1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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