We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2043a58 commit aec4857Copy full SHA for aec4857
.gitignore
@@ -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/
+# macOS
12
._*
13
-.apdisk
14
-.com.apple.timemachine.donotpresent
+.AppleDouble
15
.DS_Store
16
.LSOverride
17
-.VolumeIcon.icns
18
# Icon must end with two carriage returns (\r)
19
Icon
20
21
-# Windows files
22
-$RECYCLE.BIN/
23
-Desktop.ini
+# Windows
+[Dd]esktop.ini
24
ehthumbs.db
25
Thumbs.db
26
27
-# Vim files
+# Vim
+.netrwhist
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]*.un~
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Temporary
28
*~
29
-*.swp
+*.bak
+*.tmp
+*.temp
+tmp/
+temp/
0 commit comments