Files
godot-git-plugin/.gitignore
Twarit Waikar 91344c5e68 Fix API mismatch compile errors + Use Godot 4 utilities
Also clarifies the new build instructions
2022-12-20 20:22:14 +05:30

33 lines
298 B
Plaintext

# SConstruct db
*.dblite
# Godot ignores
demo/.godot/
# Godot Serialisations
extension_api.json
!/ci/extension_api.json
# Visual Studio Cache
.vs/
# VSCode Cache
.vscode/
# Mac stuff
.DS_Store
# Binaries
build/
bin/
macos/
linux/
win64/
*.lib
*.a
*.obj
*.os
*.ilk
*.pdb
!thirdparty/openssl/*