Skip to content

Commit ce36fae

Browse files
author
Eric Qian
committed
Create .gitignore
ignores Temporary Files While Pushing.
1 parent b786945 commit ce36fae

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# =============== #
2+
# Unity generated #
3+
# =============== #
4+
Temp/
5+
Library/
6+
Mac/
7+
Game/
8+
9+
# ===================================== #
10+
# Visual Studio / MonoDevelop generated #
11+
# ===================================== #
12+
ExportedObj/
13+
obj/
14+
*.svd
15+
*.userprefs
16+
/*.csproj
17+
*.pidb
18+
*.suo
19+
/*.sln
20+
*.user
21+
*.unityproj
22+
*.booproj
23+
24+
# ============ #
25+
# OS generated #
26+
# ============ #
27+
.DS_Store
28+
.DS_Store?
29+
._*
30+
.Spotlight-V100
31+
.Trashes
32+
ehthumbs.db
33+
Thumbs.db

0 commit comments

Comments
 (0)