diff --git a/.gitignore b/.gitignore index 445aef3db..bfb03d993 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,9 @@ node_modules/ /vendor/bundle # Files generated by build script -icons/*.js /index.js + +# Ignore all files in the icons folder +icons/* +# Except SVG files +!icons/*.svg