2022-04-05 14:51:59 -04:00
|
|
|
# SConstruct db
|
|
|
|
*.dblite
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# Godot Serialisations
|
|
|
|
api.json
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 15:05:53 -04:00
|
|
|
# Visual Studio Code Project file
|
2022-04-06 22:38:26 -04:00
|
|
|
*.code-workspace
|
2022-04-05 15:05:53 -04:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# Visual Studio Cache
|
|
|
|
.vs/
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# VSCode Cache
|
|
|
|
.vscode/
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# Mac stuff
|
|
|
|
.DS_Store
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# Binaries
|
|
|
|
build/
|
2022-01-17 00:58:56 -03:00
|
|
|
*.os
|
2022-04-05 14:51:59 -04:00
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Godot
|
|
|
|
godot/.import/
|
|
|
|
godot/*.translation
|
|
|
|
godot/export_presets.cfg
|
|
|
|
godot/.mono/
|
|
|
|
godot/android/
|
|
|
|
|
|
|
|
# Gdnative libs
|
|
|
|
godot/gdnative/linux.*
|
|
|
|
godot/gdnative/windows.*
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# compile commands
|
|
|
|
compile_commands.json
|
2022-01-17 00:58:56 -03:00
|
|
|
|
2022-04-05 14:51:59 -04:00
|
|
|
# docs
|
|
|
|
docs/
|
2022-04-05 15:05:53 -04:00
|
|
|
|
2022-04-13 11:23:59 -04:00
|
|
|
# tiled session files
|
|
|
|
*.tiled-session
|