simple-icons/.gitignore

40 lines
601 B
Plaintext
Raw Normal View History

2012-11-16 11:08:51 +00:00
2017-04-23 15:46:05 +00:00
# Created by https://www.gitignore.io/api/sass,macos,jekyll
2012-11-16 11:08:51 +00:00
2017-04-23 15:46:05 +00:00
### Jekyll ###
_site/
.sass-cache/
.jekyll-metadata
2012-11-16 11:08:51 +00:00
2017-04-23 15:46:05 +00:00
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Icon must end with two \r
Icon
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Thumbnails
._*
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00: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 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
### Sass ###
*.css.map
2015-10-14 15:52:04 +00:00
2017-04-23 15:46:05 +00:00
# End of https://www.gitignore.io/api/sass,macos,jekyll