init
This commit is contained in:
commit
e45f121fb9
89 changed files with 336069 additions and 0 deletions
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Compiled genesis binary
|
||||
/bin/genesis
|
||||
|
||||
# C build objects
|
||||
/obj/
|
||||
|
||||
# Godot GDExtension build artifacts
|
||||
/godot/build/
|
||||
/demo/addons/brogue_gen/
|
||||
|
||||
# godot-cpp build artifacts (keep sources, drop generated/compiled)
|
||||
/godot/godot-cpp/bin/
|
||||
/godot/godot-cpp/gen/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Object / library files
|
||||
*.o
|
||||
*.os
|
||||
*.obj
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Godot editor artifacts
|
||||
.godot/
|
||||
*.import
|
||||
|
||||
# SCons
|
||||
.sconsign.dblite
|
||||
.scons_node_count
|
||||
config.log
|
||||
|
||||
# Editors / IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue