mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-01 01:48:28 +03:00
33 lines
298 B
Plaintext
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/*
|