diff --git a/.gitignore b/.gitignore index aa8c739..db01601 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,8 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# ignore generate zips -static/files/**/*.zip \ No newline at end of file +# ignore generated zips +static/files/**/*.zip + +# ignore generated SVGs +static/files/**/*.svg