mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-04 22:09:55 +03:00
25 lines
203 B
Plaintext
25 lines
203 B
Plaintext
# SConstruct db
|
|
*.dblite
|
|
|
|
# Godot Serialisations
|
|
api.json
|
|
|
|
# Visual Studio Cache
|
|
.vs/
|
|
|
|
# VSCode Cache
|
|
.vscode/
|
|
|
|
# Helper scripts
|
|
*.help.bat
|
|
|
|
# Binaries
|
|
bin/
|
|
*.dll
|
|
*.obj
|
|
*.so
|
|
*.dylib
|
|
*.exe
|
|
*.out
|
|
.import/
|