mirror of
https://github.com/mfocko/blog.git
synced 2024-11-24 14:01:55 +01:00
chore: add SVGs to gitignore
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
52b3ccdf83
commit
a4a9bcfcd2
1 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -19,5 +19,8 @@ npm-debug.log*
|
|||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# ignore generate zips
|
||||
# ignore generated zips
|
||||
static/files/**/*.zip
|
||||
|
||||
# ignore generated SVGs
|
||||
static/files/**/*.svg
|
||||
|
|
Loading…
Reference in a new issue