Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c2c9ed

Browse files
Add ignore file.
0 parents commit 1c2c9ed

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

‎.gitignore‎

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# ignore the those directory
2+
/.git
3+
/.vs
4+
/Temp
5+
/Build
6+
/Library
7+
/obj
8+
/Tutorials
9+
/Publish
10+
/Assets/Libraries
11+
12+
# don't include the video.
13+
/Video
14+
15+
# ignore scripts file
16+
*.bat
17+
*.sh
18+
19+
# ignore the following extension file
20+
*.svd
21+
*.userprefs
22+
*.csproj
23+
*.pidb
24+
*.suo
25+
*.sln
26+
*.user
27+
*.unityproj
28+
*.booproj
29+
*.orig
30+
*.app
31+
*.exe
32+
*.*_data
33+
34+
# Unity3D generated meta files
35+
*.pidb.meta
36+
37+
# Unity3D Generated File On Crash Reports
38+
sysinfo.txt
39+
40+
# ignore mac attribute file
41+
*.DS_Store
42+
43+
# Builds
44+
*.apk
45+
*.unitypackage

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /