33 lines
312 B
Plaintext
33 lines
312 B
Plaintext
.git/*
|
|
build/*
|
|
logs/*.log
|
|
|
|
# Build-Artefakte (werden auf dem Server neu gebaut)
|
|
client/dist/
|
|
dist/
|
|
docroot/dist/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm
|
|
.npmrc
|
|
|
|
# Umgebungsvariablen
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|