setup basic godot-cpp example project
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Objects.
|
||||
.scons-cache/
|
||||
*.os
|
||||
|
||||
# SConstruct
|
||||
.sconf_temp
|
||||
.sconsign.dblite
|
||||
*.pyc
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Editors
|
||||
.vscode/
|
Reference in New Issue
Block a user