3d7da4d70f
Remove local deployment credential files and private weapp config from tracking, and add explicit ignore rules to prevent re-adding them. Made-with: Cursor
42 lines
452 B
Plaintext
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
|