-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
182 lines (163 loc) · 4.08 KB
/
.gitignore
File metadata and controls
182 lines (163 loc) · 4.08 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Gradle
.gradle
.gradle-home/
.gradle.old/
build/
*/build/
gradle/
# IntelliJ IDEA
.idea/
out/
*/out/
# Compiled output & JARs (except tracked ones in plugins/)
**/bin/
*.class
scenemax3d_scene.jar
launcher*.jar
scenemax3d_parser/antlr-*.jar
scenemax3d_compiler/libs/
scenemax3d_compiler/src/com/scenemaxeng/compiler/META-INF/
# Native binaries
*.dll
*.exe
INNO-SETUP/Output/
*.so
*.dylib
*.exp
*.ilk
*.lib
*.pdb
# Runtime / data directories
run_dir/
running/
tmp/
tmp_script.txt
log
recording
tokens/
data/
deploy/
deployModels/
build_games/
export_prg/
export_res/
export_targets/
extra_models/
games/
scripts/
scripts_bak/
scripts_bak1/
scripts_for_tests/
scripts_Project 6/
sample_macros/
macro/
macro-mamreem/
jni4net/
launch4j/
effekseer/
cert/
bridge/
app/
# Resources (binary assets — models, audio, textures, sprites, fonts)
resources/
scenemax_win_projector/assets/Textures/
scenemax_win_projector/assets/Effects/
scenemax_win_projector/libs/
# Android build
android-native-build-process/
LAUNCH4J-PROJECT/
# Installer build artifacts
NSIS-SETUP/
# Dependency JARs (managed by Gradle)
libs/
plugins/*.jar
# Project data
projects/
# Third-party source vendored in src/
src/com/jdotsoft/
# Old/alternate settings files
settings.gradle.old*
# Misc/test files in root
nul
CheckAwt.java
TestSetParent.java
test_scene.code
test_scene.smdesign
# Misc files
*.txt
*.ico
*.log
*.iss
hs_err_pid*.log
replay_pid*.log
.gitattributes
assets/META-INF/
assets/images/google-gemini-icon*.png
lic_terms_decrypted
lic_terms_encrypted
scenemax3d_com_certificate.txt
copy_projector.bat
run_debug.bat
raw_images/
plugins/assets.zip
plugins/readme.txt
chat_gpt.txt
# Application config (contains credentials)
config.properties
# Claude memory (local only)
.claude/
# Local crash/export artifacts
/exception_*
/scenemax_designer/exception_*
/hello.obj
# Downloaded local tooling
/tools/
# Effekseer native local build outputs
/scenemax_designer/native/effekseer_bridge/build-*/
/scenemax_designer/native/effekseer_bridge/Dev/release/
/scenemax_designer/assets/native/
/scenemax_effekseer_runtime/assets/native/windows-x86_64/*.dll
/scenemax_effekseer_runtime/assets/native/linux-x86_64/*.so
/scenemax_effekseer_runtime/assets/native/macos-x86_64/*.dylib
/scenemax_effekseer_runtime/assets/native/macos-aarch64/*.dylib
/scenemax_effekseer_runtime/assets/native/windows-x86_64/*.pdb
/scenemax_effekseer_runtime/assets/native/windows-x86_64/*.ilk
# Keep Effekseer source/runtime files visible despite older broad patterns like effekseer/ and *.txt
!/docs/effekseer-particle-designer.md
!/scenemax_effekseer_runtime/
!/scenemax_effekseer_runtime/build.gradle
!/scenemax_effekseer_runtime/src/
!/scenemax_effekseer_runtime/src/**
!/scenemax_effekseer_runtime/assets/
!/scenemax_effekseer_runtime/assets/native/
!/scenemax_effekseer_runtime/assets/native/README.md
!/scenemax_effekseer_runtime/assets/native/linux-x86_64/
!/scenemax_effekseer_runtime/assets/native/linux-x86_64/.gitkeep
!/scenemax_effekseer_runtime/assets/native/macos-x86_64/
!/scenemax_effekseer_runtime/assets/native/macos-x86_64/.gitkeep
!/scenemax_effekseer_runtime/assets/native/macos-aarch64/
!/scenemax_effekseer_runtime/assets/native/macos-aarch64/.gitkeep
!/scenemax_designer/native/
!/scenemax_designer/native/effekseer_bridge/
!/scenemax_designer/native/effekseer_bridge/CMakeLists.txt
!/scenemax_designer/native/effekseer_bridge/README.md
!/scenemax_designer/native/effekseer_bridge/scenemax_effekseer_jni.cpp
!/scenemax_designer/native/effekseer_bridge/build-linux.sh
!/scenemax_designer/native/effekseer_bridge/build-macos.sh
!/scenemax_designer/assets/
!/scenemax_designer/assets/MatDefs/
!/scenemax_designer/assets/MatDefs/**
!/scenemax_designer/src/com/scenemax/designer/effekseer/
!/scenemax_designer/src/com/scenemax/designer/effekseer/**
!/scenemax_designer/src/com/scenemax/designer/particle/
!/scenemax_designer/src/com/scenemax/designer/particle/**
!/.github/
!/.github/workflows/
!/.github/workflows/**
/.github/workflows/effekseer-native-desktop.yml
!/gradlew
!/gradlew.bat
!/gradle/
!/gradle/wrapper/
!/gradle/wrapper/gradle-wrapper.jar
!/gradle/wrapper/gradle-wrapper.properties