Skip to content

Commit 37c0b90

Browse files
committed
Add ignore.
0 parents  commit 37c0b90

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# ignore the those directory
2+
/.git
3+
/.vs
4+
/.vscode
5+
/Temp
6+
/Build
7+
/Library
8+
/Logs
9+
/obj
10+
/Tutorials
11+
/Publish
12+
13+
# Except these directory.
14+
!/Assets/Libraries/Tweener/
15+
16+
# ignore build info
17+
/Assets/StreamingAssets/build_info
18+
/Assets/StreamingAssets/build_info.*
19+
20+
# ignore plugin for Unity built-in functionalities.
21+
/Assets/Plugins
22+
/Assets/Plugins.meta
23+
24+
# don't include the video.
25+
/Video
26+
27+
# ignore the following extension file
28+
*.svd
29+
*.userprefs
30+
*.csproj
31+
*.pidb
32+
*.suo
33+
*.sln
34+
*.user
35+
*.unityproj
36+
*.booproj
37+
*.orig
38+
*.app
39+
*.exe
40+
*.*_data
41+
42+
# Unity3D generated meta files
43+
*.pidb.meta
44+
45+
# Unity3D Generated File On Crash Reports
46+
sysinfo.txt
47+
48+
# ignore mac attribute file
49+
*.DS_Store
50+
51+
# Builds
52+
*.apk
53+
*.unitypackage
54+
55+
# ignore log and todos.
56+
TODO(jenchieh).txt
57+
Update_Log.txt

0 commit comments

Comments
 (0)