35 lines
393 B
Plaintext
35 lines
393 B
Plaintext
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
|
|
# andere Ordner
|
|
_old/
|
|
_intern/
|
|
|
|
# editor
|
|
.editorconfig
|
|
|
|
# ssl
|
|
.crt
|
|
.key
|
|
.pem
|
|
.cer
|