92 lines
1.2 KiB
Plaintext
92 lines
1.2 KiB
Plaintext
/node_modules/
|
|
Feinstaub_ToDos.pdf
|
|
this_is_MacBig
|
|
/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.*
|
|
|
|
# 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
|