All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m39s
37 lines
330 B
Text
37 lines
330 B
Text
# Dependencies
|
|
node_modules/
|
|
*.pnp
|
|
.pnp.js
|
|
|
|
# Production build
|
|
dist/
|
|
build/
|
|
|
|
# Runtime
|
|
*.log
|
|
logs
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/*.pyc
|