3eca0be184
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!
20 lines
191 B
Text
20 lines
191 B
Text
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
|