chore: exclude local-only files from repo
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -1,17 +1,21 @@
|
||||
debug-logs/
|
||||
node_modules/
|
||||
vendor/
|
||||
build/
|
||||
dist/
|
||||
coverage/
|
||||
.env
|
||||
.env.*
|
||||
*.log
|
||||
*.exe
|
||||
*.exe~
|
||||
*~
|
||||
.DS_Store
|
||||
.cursor/
|
||||
config.json
|
||||
mengyastore-backend/data/
|
||||
mengyastore-frontend/public/logo.png
|
||||
debug-logs/
|
||||
node_modules/
|
||||
vendor/
|
||||
build/
|
||||
dist/
|
||||
coverage/
|
||||
.idea/
|
||||
.vscode/
|
||||
.kiro/
|
||||
.env
|
||||
.env.*
|
||||
*.log
|
||||
*.exe
|
||||
*.exe~
|
||||
*~
|
||||
.DS_Store
|
||||
.cursor/
|
||||
config.json
|
||||
mengyastore-backend/data/
|
||||
mengyastore-frontend/public/logo.png
|
||||
萌芽小店项目经历-*.md
|
||||
|
||||
Reference in New Issue
Block a user