addd
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Node / Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.vite/
|
||||
frontend/.npm/
|
||||
frontend/*.log
|
||||
frontend/.env
|
||||
frontend/.env.*
|
||||
|
||||
# Java / Backend
|
||||
backend/target/
|
||||
backend/.classpath
|
||||
backend/.project
|
||||
backend/.settings/
|
||||
backend/*.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Misc
|
||||
*.tmp
|
||||
*.swp
|
||||
Reference in New Issue
Block a user