Files
godot-git-plugin/.gitignore
2022-02-01 18:28:47 +05:30

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