mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
54 lines
556 B
Plaintext
54 lines
556 B
Plaintext
# Next.js
|
|
web/.next/
|
|
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
|
|
web/.env.test.local
|
|
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/
|
|
|