moner.ooo/.gitignore
Kumi 263450fbd2
chore: update .gitignore to include compiled CSS files
Expanded the .gitignore to also ignore compiled CSS files, ensuring they are not tracked in the repository, similar to how compiled JS files are handled. This keeps the repo clean and focuses on source files.
2024-08-08 08:38:13 +02:00

9 lines
108 B
Text

/node_modules/
# Coingecko export data
coingecko.json
coingecko-original.json
# Compiled files
/js/
/css/