recommend/.gitignore

7 lines
92 B
Text
Raw Normal View History

2024-05-30 17:22:44 +00:00
node_modules
# Keep environment variables out of version control
.env
.venv
2024-05-30 17:30:27 +00:00
prisma/dev.db*