Skip to content

Commit e61322c

Browse files
author
Andy Touch
committed
Updated GitIgnore
1 parent fee3c53 commit e61322c

File tree

1 file changed

+67
-23
lines changed

1 file changed

+67
-23
lines changed

.gitignore

Lines changed: 67 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,78 @@
1-
/[Ll]ibrary/
2-
/[Tt]emp/
3-
/[Oo]bj/
4-
/[Bb]uild/
5-
/[Bb]uilds/
6-
/Assets/AssetStoreTools*
7-
8-
# Visual Studio 2015 cache directory
9-
/.vs/
10-
11-
# Autogenerated VS/MD/Consulo solution and project files
12-
ExportedObj/
13-
.consulo/
1+
# =========================
2+
# Project Specific Ignores
3+
# =========================
4+
**/FMODStudioCache.asset
5+
**/fmod_editor.log
6+
**/fmod.log
7+
8+
9+
# =========================
10+
# General Unity Files
11+
# =========================
12+
13+
[Ll]ibrary/
14+
[Tt]emp/
15+
[Oo]bj/
16+
[Bb]uild/
17+
[Bb]uilds/
18+
19+
# Autogenerated VS/MD solution and project files
1420
*.csproj
1521
*.unityproj
1622
*.sln
1723
*.suo
18-
*.tmp
1924
*.user
2025
*.userprefs
2126
*.pidb
2227
*.booproj
23-
*.svd
24-
*.pdb
28+
.vs/
2529

26-
# Unity3D generated meta files
27-
*.pidb.meta
28-
29-
# Unity3D Generated File On Crash Reports
30+
#Unity3D Generated File On Crash Reports
3031
sysinfo.txt
3132

32-
# Builds
33-
*.apk
34-
*.unitypackage
33+
# =========================
34+
# Operating System Files
35+
# =========================
36+
37+
# OSX
38+
# =========================
39+
40+
.DS_Store
41+
.AppleDouble
42+
.LSOverride
43+
44+
# Thumbnails
45+
._*
46+
47+
# Files that might appear on external disk
48+
.Spotlight-V100
49+
.Trashes
50+
51+
# Directories potentially created on remote AFP share
52+
.AppleDB
53+
.AppleDesktop
54+
Network Trash Folder
55+
Temporary Items
56+
.apdisk
57+
58+
# Windows
59+
# =========================
60+
61+
# Windows image file caches
62+
Thumbs.db
63+
ehthumbs.db
64+
65+
# Folder config file
66+
Desktop.ini
67+
68+
# Recycle Bin used on file shares
69+
$RECYCLE.BIN/
70+
71+
# Windows Installer files
72+
*.cab
73+
*.msi
74+
*.msm
75+
*.msp
76+
77+
# Windows shortcuts
78+
*.lnk

0 commit comments

Comments
 (0)