kopia lustrzana https://github.com/manuelkasper/sotlas-api
55 wiersze
594 B
Plaintext
55 wiersze
594 B
Plaintext
data/
|
|
*.mmdb
|
|
|
|
### Node ###
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
.env*.local
|
|
|
|
# rollup.js default build output
|
|
dist/
|
|
|
|
|
|
### IDE ###
|
|
.idea
|
|
*.iml
|
|
|
|
|
|
### Linux ###
|
|
*~
|
|
.fuse_hidden*
|
|
|
|
|
|
### macOS ###
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|