Files
remoteturtle/.gitignore

42 lines
405 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# Build outputs
dist/
build/
*.log
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
coverage/
.nyc_output/
# Temporary files
*.tmp
*.temp
.cache/
# OS
Thumbs.db
.Spotlight-V100
.Trashes