Kumi
263450fbd2
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.
9 lines
108 B
Text
9 lines
108 B
Text
/node_modules/
|
|
|
|
# Coingecko export data
|
|
coingecko.json
|
|
coingecko-original.json
|
|
|
|
# Compiled files
|
|
/js/
|
|
/css/
|