Ignore local data, deps, and build artifacts
This commit is contained in:
+13
@@ -11,9 +11,22 @@ backend/node_modules/
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/dev-dist/
|
||||
dist/
|
||||
build/
|
||||
.vite/
|
||||
.cache/
|
||||
coverage/
|
||||
|
||||
# Env files
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
|
||||
# Logs / OS clutter
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user