feat: added gitignore
This commit is contained in:
parent
cbe7f0fbb2
commit
42e5035a11
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# ---> SCons
|
||||
# for projects that use SCons for building: http://http://www.scons.org/
|
||||
.sconsign.dblite
|
||||
|
||||
# When configure fails, SCons outputs these
|
||||
config.log
|
||||
.sconf_temp
|
||||
|
||||
# build artifacts
|
||||
*.o
|
||||
compile_commands.json
|
||||
engine/.github
|
||||
project/.godot
|
||||
build/
|
||||
__pycache__
|
||||
|
||||
# general-purpose cache folder (used by e.g clangd)
|
||||
.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue