mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
added init files
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Haupt .gitignore im Projekt-Root
|
||||
backend/node_modules/
|
||||
frontend/node_modules/
|
||||
backend/database/*.db
|
||||
backend/database/*.db-journal
|
||||
backend/dist/
|
||||
frontend/build/
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
Reference in New Issue
Block a user