# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,executable # Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode,executable ### Executable ### *.app *.bat *.cgi *.com *.exe *.gadget *.jar *.pif *.vb *.wsf ### Godot ### # Godot 4+ specific ignores .godot/ # Godot-specific ignores .import/ export.cfg export_presets.cfg # Imported translations (automatically generated from CSV files) *.translation # Mono-specific ignores .mono/ data_*/ mono_crash.*.json ### VisualStudioCode ### .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json !.vscode/*.code-snippets # Local History for Visual Studio Code .history/ # Built Visual Studio Code Extensions *.vsix ### VisualStudioCode Patch ### # Ignore all local history of files .history .ionide # End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,executable