mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-01 01:48:28 +03:00
29 lines
232 B
Plaintext
29 lines
232 B
Plaintext
# SConstruct db
|
|
*.dblite
|
|
|
|
# Godot Serialisations
|
|
api.json
|
|
|
|
# Visual Studio Cache
|
|
.vs/
|
|
|
|
# VSCode Cache
|
|
.vscode/
|
|
|
|
# Mac stuff
|
|
.DS_Store
|
|
|
|
# Binaries
|
|
build/
|
|
bin/
|
|
osx/
|
|
linux/
|
|
win64/
|
|
*.lib
|
|
*.a
|
|
*.obj
|
|
*.os
|
|
*.ilk
|
|
*.pdb
|
|
!thirdparty/openssl/*
|