Skip to content

Commit 3083dbc

Browse files
Update gitignore
1 parent 8fca588 commit 3083dbc

1 file changed

Lines changed: 45 additions & 3 deletions

File tree

.gitignore

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
1-
_site
2-
.sass-cache
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos,jekyll
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,jekyll
3+
4+
### Jekyll ###
5+
_site/
6+
.sass-cache/
7+
.jekyll-cache/
38
.jekyll-metadata
4-
vendor
9+
# Ignore folders generated by Bundler
10+
.bundle/
11+
vendor/
12+
13+
### macOS ###
14+
# General
15+
.DS_Store
16+
.AppleDouble
17+
.LSOverride
18+
19+
# Icon must end with two \r
20+
Icon
21+
22+
23+
# Thumbnails
24+
._*
25+
26+
# Files that might appear in the root of a volume
27+
.DocumentRevisions-V100
28+
.fseventsd
29+
.Spotlight-V100
30+
.TemporaryItems
31+
.Trashes
32+
.VolumeIcon.icns
33+
.com.apple.timemachine.donotpresent
34+
35+
# Directories potentially created on remote AFP share
36+
.AppleDB
37+
.AppleDesktop
38+
Network Trash Folder
39+
Temporary Items
40+
.apdisk
41+
42+
### macOS Patch ###
43+
# iCloud generated files
44+
*.icloud
45+
46+
# End of https://www.toptal.com/developers/gitignore/api/macos,jekyll

0 commit comments

Comments
 (0)