daphnis/.gitignore

30 lines
284 B
Plaintext
Raw Normal View History

2024-06-29 05:22:22 +00:00
# Node.js
node_modules/
# Logs
logs
*.log
npm-debug.log*
# Dependency directories
pids
logs
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Environment variables
2024-06-29 05:46:07 +00:00
.env*
#nextjs
.next