forked from feiyunwill/EsenthelEngine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
88 lines (79 loc) · 1.01 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Visual Studio
*.sdf
*.opensdf
*.VC.db
*.VC.db-shm
*.VC.db-wal
*.VC.opendb
*.suo
*.user
*.ncb
*.ilk
*.pdb
*.pch
*.obj
*.pri
*.recipe
*.tlog
.*
ipch/
asm/
# Xcode
build-state.dat
build-state~.dat
*.d
*.dia
*.LinkFileList
*.dep
*.hmap
*.mode1v3
*.mode2v3
*.pbxuser
*.pbxindex
*.xcworkspace
xcuserdata/
xcshareddata/
Objects-normal/
# NetBeans
**/nbproject/private/
# Windows
Thumbs.db
Desktop.ini
# Mac
.DS_Store
# Esenthel
/*
!/Data
!/Editor
!/Editor Data
!/Editor Data/Code/Windows/Project.vcxproj.user
!/Editor Source
!/Engine
!/Project
!/ThirdPartyLibs
!/Clean.bat
!/Titan.sln
Lock
# Editor
/Editor/*
/Editor/Bin/*
/Editor/Bin/Android/*.a
/Editor/Projects/*
!/Editor/Assets
!/Editor/Bin
!/Editor/Bin/Android
!/Editor/Bin/*.dll
!/Editor/Bin/*.dylib
!/Editor/Bin/*.so
!/Editor/Bin/*.exe
!/Editor/Projects
!/Editor/Projects/541oob6a_h_5el6-6!zan_50
/Editor/Projects/541oob6a_h_5el6-6!zan_50/Temp
# Engine Builder
!/Engine Builder.exe
!/Engine Builder.app
!/Engine Builder
/Engine/Engine Config.h
# Extra
!/Extra
!.gitignore