1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.gitignore

50 lines
720 B
Plaintext
Raw Normal View History

# Created by https://www.gitignore.io/api/macos,jekyll
2012-11-16 14:08:51 +03:00
2017-04-23 17:46:05 +02:00
### Jekyll ###
_site/
.sass-cache/
2019-10-20 00:33:52 +02:00
.jekyll-cache/
2017-04-23 17:46:05 +02:00
.jekyll-metadata
2012-11-16 14:08:51 +03:00
2017-04-23 17:46:05 +02:00
### macOS ###
2019-10-20 00:33:52 +02:00
# General
.DS_Store
2017-04-23 17:46:05 +02:00
.AppleDouble
.LSOverride
2015-10-14 17:52:04 +02:00
2017-04-23 17:46:05 +02:00
# Icon must end with two \r
Icon
2015-10-14 17:52:04 +02:00
2017-04-23 17:46:05 +02:00
# Thumbnails
._*
2015-10-14 17:52:04 +02:00
2017-04-23 17:46:05 +02:00
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
2015-10-14 17:52:04 +02:00
2017-04-23 17:46:05 +02:00
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2015-10-14 17:52:04 +02:00
# End of https://www.gitignore.io/api/macos,jekyll
2017-09-11 21:53:21 +02:00
# NPM dependencies
node_modules/
### Ruby ###
/.bundle/
/vendor/bundle
# Files generated by build script
icons/*.js
/index.js