Skip to content

Commit e9a450c

Browse files
committed
upload gitignore
upload gitignore
1 parent ced71ef commit e9a450c

File tree

1 file changed

+42
-14
lines changed

1 file changed

+42
-14
lines changed

.gitignore

+42-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
# Windows image file caches
2-
Thumbs.db
3-
ehthumbs.db
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
45

5-
# Folder config file
6-
Desktop.ini
6+
/Ableton/Devices
7+
*.wav
78

8-
# Recycle Bin used on file shares
9-
$RECYCLE.BIN/
9+
# Autogenerated VS/MD solution and project files
10+
*.csproj
11+
*.unityproj
12+
*.sln
13+
*.suo
14+
*.tmp
15+
*.user
16+
*.userprefs
17+
*.pidb
18+
*.booproj
1019

11-
# Windows Installer files
12-
*.cab
13-
*.msi
14-
*.msm
15-
*.msp
20+
# Unity3D generated meta files
21+
*.pidb.meta
1622

17-
# Windows shortcuts
18-
*.lnk
23+
# Unity3D Generated File On Crash Reports
24+
sysinfo.txt
1925

2026
# =========================
2127
# Operating System Files
@@ -45,3 +51,25 @@ $RECYCLE.BIN/
4551
Network Trash Folder
4652
Temporary Items
4753
.apdisk
54+
55+
# Windows
56+
# =========================
57+
58+
# Windows image file caches
59+
Thumbs.db
60+
ehthumbs.db
61+
62+
# Folder config file
63+
Desktop.ini
64+
65+
# Recycle Bin used on file shares
66+
$RECYCLE.BIN/
67+
68+
# Windows Installer files
69+
*.cab
70+
*.msi
71+
*.msm
72+
*.msp
73+
74+
# Windows shortcuts
75+
*.lnk

0 commit comments

Comments
 (0)