vinceliuice / Matcha-gtk-theme

Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
https://www.pling.com/p/1187179/
GNU General Public License v3.0
758 stars 67 forks source link

Do not track generated CSS files #170

Open mcnesium opened 3 years ago

mcnesium commented 3 years ago

Since these CSS files are being generated by ./parse-sass.sh, they should not be under version control imho, so I removed them from the project and added a .gitignore to keep them from being added again.

Generating the CSS is then done while running ./install.sh.

There are other .css files in this project, which are un-ignored in line 2 and 3 of .gitignore.

What do you think?