die .ignore-Files angepasst

This commit is contained in:
2026-03-31 14:11:06 +02:00
parent 6d99bdafbd
commit cc664f6692
3 changed files with 144 additions and 14 deletions

87
.gitignore vendored
View File

@@ -1,8 +1,91 @@
/node_modules/
Feinstaub_ToDos.pdf
this_is_MacBig
.idea
/node_modules/
# Logs
logs/
log/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov/
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output/
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt/
# Bower dependency directory (https://bower.io/)
bower_components/
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
dist/
build/
# Optional npm cache directory
.npm/
# Optional eslint cache
.eslintcache
# dotenv environment variables file
.env
.env.local.custom
.env.*
# VS Code settings
.vscode/
# Mac system files
.DS_Store
# Public generated files
public/js/*.map
public/js/*.tmp
# Ignore dumps and large sensor data
akws/dump/
# Ignore test and debug scripts output
*.out
*.tmp
# Ignore database dumps
*.bson
*.metadata.json
# Ignore backup files
*~
*.bak
*.swp
# Ignore coverage reports
coverage/
# Ignore Python cache (if any)
__pycache__/
*.pyc
# IDEs
.idea
# Project-specific
Feinstaub_ToDos.pdf
this_is_MacBig
akws