feat: initial commit
This commit is contained in:
commit
faaaa3d324
32 changed files with 77324 additions and 0 deletions
20
godot-js/.gitignore
vendored
Normal file
20
godot-js/.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
**/.DS_Store
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# GodotJS example project
|
||||
node_modules/
|
||||
android/
|
Loading…
Add table
Add a link
Reference in a new issue