Skip to content

Commit 81ac6ee

Browse files
author
kunsi
committed
first commit
1 parent 478805d commit 81ac6ee

29 files changed

+26363
-0
lines changed

.gitignore

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
#/////////////////////////////////////////////////////////////////////////////
2+
# Fireball Projects
3+
#/////////////////////////////////////////////////////////////////////////////
4+
5+
library/
6+
temp/
7+
local/
8+
build/
9+
10+
#/////////////////////////////////////////////////////////////////////////////
11+
# Logs and databases
12+
#/////////////////////////////////////////////////////////////////////////////
13+
14+
*.log
15+
*.sql
16+
*.sqlite
17+
18+
#/////////////////////////////////////////////////////////////////////////////
19+
# files for debugger
20+
#/////////////////////////////////////////////////////////////////////////////
21+
22+
*.sln
23+
*.csproj
24+
*.pidb
25+
*.unityproj
26+
*.suo
27+
28+
#/////////////////////////////////////////////////////////////////////////////
29+
# OS generated files
30+
#/////////////////////////////////////////////////////////////////////////////
31+
32+
.DS_Store
33+
ehthumbs.db
34+
Thumbs.db
35+
36+
#/////////////////////////////////////////////////////////////////////////////
37+
# exvim files
38+
#/////////////////////////////////////////////////////////////////////////////
39+
40+
*UnityVS.meta
41+
*.err
42+
*.err.meta
43+
*.exvim
44+
*.exvim.meta
45+
*.vimentry
46+
*.vimentry.meta
47+
*.vimproject
48+
*.vimproject.meta
49+
.vimfiles.*/
50+
.exvim.*/
51+
quick_gen_project_*_autogen.bat
52+
quick_gen_project_*_autogen.bat.meta
53+
quick_gen_project_*_autogen.sh
54+
quick_gen_project_*_autogen.sh.meta
55+
.exvim.app
56+
57+
#/////////////////////////////////////////////////////////////////////////////
58+
# webstorm files
59+
#/////////////////////////////////////////////////////////////////////////////
60+
61+
.idea/
62+
63+
#//////////////////////////
64+
# VS Code
65+
#//////////////////////////
66+
67+
.vscode/

assets/scene.meta

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ver": "1.0.1",
3+
"uuid": "9b55abdf-953e-4a27-84b8-cd2aef4d8e08",
4+
"isSubpackage": false,
5+
"subpackageName": "",
6+
"subMetas": {}
7+
}

0 commit comments

Comments
 (0)