79 lines
1.1 KiB
Plaintext
79 lines
1.1 KiB
Plaintext
# Godot 4+ specific ignores
|
|
.godot/
|
|
.nomedia
|
|
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export_credentials.cfg
|
|
*.tmp
|
|
|
|
# Mics Backup and temp files
|
|
*.blend1
|
|
*.md.backup
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
|
|
# IDE Clutter
|
|
|
|
# VS Code
|
|
# https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
|
/builds
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
!*.code-workspace
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
AGENTS.md
|
|
CHANGELOG.md
|
|
ISSUES.md
|
|
.devcontainer/
|
|
|
|
**/.idea
|
|
**/.DS_Store
|
|
|
|
**/.gradle
|
|
**/*.iml
|
|
|
|
**/obj
|
|
**/bin
|
|
|
|
# Jetbrains
|
|
# https://github.com/JetBrains/godot-support/blob/master/.gitignore
|
|
rider/.intellijPlatform
|
|
rider/build
|
|
rider/protocol/build
|
|
rider/classes
|
|
rider/nuget
|
|
|
|
gdscript/.intellijPlatform
|
|
gdscript/build
|
|
gdscript/protocol/build
|
|
gdscript/classes
|
|
|
|
community/.intellijPlatform
|
|
community/build
|
|
community/protocol/build
|
|
community/classes
|
|
community/nuget
|
|
|
|
*generated*
|
|
*Generated*
|
|
|
|
NuGet.Config
|
|
|
|
*.hprof
|