update gitignore to exclude generated css files
This commit is contained in:
parent
bb5921fe15
commit
4fb25b3750
2
projects/project-3/frontend/.gitignore
vendored
2
projects/project-3/frontend/.gitignore
vendored
@ -4,6 +4,8 @@
|
||||
/dist
|
||||
/tmp
|
||||
/out-tsc
|
||||
*.css
|
||||
*.css.map
|
||||
# Only exists if Bazel was run
|
||||
/bazel-out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user