Skip to content

Commit aec4857

Browse files
committed
Update and simplify .gitignore
1 parent 2043a58 commit aec4857

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.gitignore

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# OS X files
2-
.AppleDB/
3-
.AppleDesktop/
4-
.AppleDouble/
5-
.DocumentRevisions-V100/
6-
.fseventsd/
7-
.Spotlight-V100/
8-
.TemporaryItems/
9-
.Trashes/
10-
Network Trash Folder/
11-
Temporary Items/
1+
# macOS
122
._*
13-
.apdisk
14-
.com.apple.timemachine.donotpresent
3+
.AppleDouble
154
.DS_Store
165
.LSOverride
17-
.VolumeIcon.icns
186
# Icon must end with two carriage returns (\r)
197
Icon
208

21-
# Windows files
22-
$RECYCLE.BIN/
23-
Desktop.ini
9+
# Windows
10+
[Dd]esktop.ini
2411
ehthumbs.db
2512
Thumbs.db
2613

27-
# Vim files
14+
# Vim
15+
.netrwhist
16+
[._]*.s[a-v][a-z]
17+
[._]*.sw[a-p]
18+
[._]*.un~
19+
[._]s[a-rt-v][a-z]
20+
[._]ss[a-gi-z]
21+
[._]sw[a-p]
22+
23+
# Temporary
2824
*~
29-
*.swp
25+
*.bak
26+
*.tmp
27+
*.temp
28+
tmp/
29+
temp/

0 commit comments

Comments
 (0)