1
0
Fork 0
forked from lesion/plaid
plaid/.gitignore

44 lines
418 B
Text
Raw Permalink Normal View History

2023-01-23 12:29:24 +01: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
# Production build
www/
2023-03-19 00:49:23 +01:00
.*.sw[po]