mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
Fix gitignore in ui/assets (#24680)
After running `yarn build-web`, I got two untracked `.woff2` files in that directory as build artifacts. This excludes them properly. Not sure when we started generating these, though.
This commit is contained in:
parent
5a8346d30e
commit
d0b3403b36
1
ui/assets/.gitignore
vendored
1
ui/assets/.gitignore
vendored
@ -6,4 +6,5 @@
|
||||
!img/**
|
||||
*.DS_Store
|
||||
*.ttf
|
||||
*.woff2
|
||||
*.png
|
||||
|
||||
Loading…
Reference in New Issue
Block a user