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.
This commit is contained in:
parent
220d5dde1d
commit
263450fbd2
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -4,5 +4,6 @@
|
|||
coingecko.json
|
||||
coingecko-original.json
|
||||
|
||||
# Compiled JS
|
||||
/js/
|
||||
# Compiled files
|
||||
/js/
|
||||
/css/
|
||||
|
|
Loading…
Reference in a new issue