mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update .gitignore
This commit is contained in:
parent
04f929103b
commit
2fd1948034
33
.gitignore
vendored
33
.gitignore
vendored
@ -4,11 +4,21 @@ web/out/
|
||||
|
||||
# Node
|
||||
web/node_modules/
|
||||
node_modules/
|
||||
|
||||
# Logs
|
||||
web/*.log
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
web/.env
|
||||
web/.env.local
|
||||
web/.env.development.local
|
||||
@ -18,3 +28,26 @@ web/.env.production.local
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build files
|
||||
/web/.next
|
||||
/web/out
|
||||
|
||||
# Cache
|
||||
.cache
|
||||
/web/.cache
|
||||
|
||||
# IDE/editor files
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Other
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
# Ensure these directories are not ignored
|
||||
!guides/
|
||||
!web/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user