snipette-crowdfunding-site/.gitignore
Hippo 3eca0be184 Rearrange assets to make templates more sensible
Parcel has been removed since we didn't need it anymore (Tailwind
does the purging by itself anyway). Instead, we've told Express
to serve all static assets from src/assets/ and use twig templates
from src/ directly.

Meanwhile, Nodemon now watches for changes in .css and .twig files
too!
2022-01-06 16:15:24 +05:30

21 lines
191 B
Plaintext

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