1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-09-16 08:26:31 +02:00

Ignore files that are not SVGs in the icons folder (#4672)

This commit is contained in:
Alexandre Paradis
2021-01-08 04:33:40 -05:00
committed by GitHub
parent a8b4891d74
commit 195a7aa1c2

6
.gitignore vendored
View File

@@ -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