mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-06 02:09:44 +03:00
26 lines
199 B
Plaintext
26 lines
199 B
Plaintext
# SConstruct db
|
|
*.dblite
|
|
|
|
# Godot Serialisations
|
|
api.json
|
|
|
|
# Visual Studio Cache
|
|
.vs/
|
|
|
|
# VSCode Cache
|
|
.vscode/
|
|
|
|
# Mac stuff
|
|
.DS_Store
|
|
|
|
# Binaries
|
|
build/
|
|
*.obj
|
|
*.os
|
|
*.so
|
|
*.dll
|
|
*.exp
|
|
*.lib
|
|
*.a
|
|
*.dylib
|