Files
godot-git-plugin/.gitignore
2020-12-09 18:13:47 +05:30

31 lines
236 B
Plaintext

# SConstruct db
*.dblite
# Godot Serialisations
api.json
# Visual Studio Cache
.vs/
# VSCode Cache
.vscode/
# Mac stuff
.DS_Store
# Binaries
bin/
intermediate/
build/
*.dll
*.obj
*.so
*.dylib
*.pdb
*.ilk
*.exe
*.os
*.out
.import/