vbagx/.gitignore

49 lines
547 B
Plaintext
Raw Normal View History

2021-04-13 23:46:54 +02:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# Misc
.DS_Store
Thumbs.db
# Cordova
cordova/platforms/
cordova/plugins/
cordova/www/
# Production build
www/
#Hide connection file
2021-08-24 21:31:04 +02:00
/src/js/api/endpoint.js
2021-04-13 23:46:54 +02:00
/src/js/api/key.js
/src/_to-ignore/