-
-
Notifications
You must be signed in to change notification settings - Fork 345
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (40 loc) · 638 Bytes
/
.gitignore
File metadata and controls
42 lines (40 loc) · 638 Bytes
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
.gradle
build
build_android/build
build_android/src/main/assets/GameConfig.xml
build_android/local.properties
build_android/proguard-project.txt
build_android/.*
!build_android/.idea/codeStyleSettings.xml
build_android/*.apk
build_android/Play.iml
build_android/projectFilesBackup/
build_cmake/build*
build-build_cmake*
tools/PsfPlayer/build_cmake/build
Source/build-ui_*
Debug
DebugWithDebugger
Release
ReleaseWithDebugger
DebugAot
ReleaseAot
.vs
*.aps
*.ipch
*.sdf
*.opensdf
*.VC.db
*.VC.opendb
*.suo
*.user
*.userprops
*.orig
*.xccheckout
*.xcscmblueprint
xcuserdata
.DS_Store
# PsfAot output files
*.blockcache_*
# npm
node_modules