snipette-crowdfunding-site/.gitignore
Hippo 1d7bcaf821 Explicitly add dotenv to dependencies
We'll be needing it in a bit!
2021-12-29 09:46:00 +05:30

18 lines
165 B
Plaintext

node_modules/
dist/
# Geany project files
*.geany
# Parcel cache
.parcel-cache/
# Log files
*.log
# Tailwind build output
src/assets/
# Environment config
.env