vbagx/.gitignore
Juan Carlos Ruvalcaba 562df2b88b Misc:
-Move ajax handler file and connection file
-Add axios interceptor, not tested
-Move login service to user handling logic
-Remove "user model" service file
2021-04-21 13:56:26 -07:00

48 lines
536 B
Plaintext

# 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
/src/js/api/ConnectionMode.js
/src/js/api/key.js