All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 38s
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
48 lines
520 B
Plaintext
48 lines
520 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
|
|
build_notes.md
|
|
|
|
# Cordova
|
|
cordova/platforms/
|
|
cordova/plugins/
|
|
cordova/www/
|
|
|
|
# Production build
|
|
www/
|
|
|
|
# VSCode settings
|
|
.vscode/settings.json
|