Ignore css files
This commit is contained in:
parent
b6aea6df9d
commit
3028617ff7
|
@ -1,5 +1,8 @@
|
||||||
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
# Ignore css files generated from scss
|
||||||
|
/src/**/*.css
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue