Files
huike-front/.gitignore
T
weli 3d7da4d70f chore: ignore and remove local credential files
Remove local deployment credential files and private weapp config from tracking, and add explicit ignore rules to prevent re-adding them.

Made-with: Cursor
2026-04-23 16:37:33 +08:00

42 lines
452 B
Plaintext

# dependencies
node_modules/
# build output
dist/
build/
coverage/
.nyc_output/
# logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# env files
.env
.env.*
!.env.example
# editor and OS
.DS_Store
.idea/
.vscode/
*.swp
# test/cache
.cache/
.eslintcache
.stylelintcache
# generated by tooling
*.tsbuildinfo
# local deploy credentials
cdn/.*_upyun_pass
# wechat local private config
weapp/project.private.config.json