mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
# 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 |