2024-05-09 22:36:29 -04:00
|
|
|
# ---> Godot
|
|
|
|
# Godot 4+ specific ignores
|
|
|
|
.godot/
|
|
|
|
|
|
|
|
# Godot-specific ignores
|
|
|
|
.import/
|
2024-05-12 01:22:38 -04:00
|
|
|
addons/
|
2024-05-09 22:36:29 -04:00
|
|
|
export.cfg
|
|
|
|
export_presets.cfg
|
|
|
|
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
|
|
*.translation
|
|
|
|
|
|
|
|
# Mono-specific ignores
|
|
|
|
.mono/
|
|
|
|
data_*/
|
|
|
|
mono_crash.*.json
|
|
|
|
|
|
|
|
# ---> Vim
|
|
|
|
# Swap
|
|
|
|
[._]*.s[a-v][a-z]
|
|
|
|
!*.svg # comment out if you don't need vector files
|
|
|
|
[._]*.sw[a-p]
|
|
|
|
[._]s[a-rt-v][a-z]
|
|
|
|
[._]ss[a-gi-z]
|
|
|
|
[._]sw[a-p]
|
|
|
|
|
|
|
|
# Session
|
|
|
|
Session.vim
|
|
|
|
Sessionx.vim
|
|
|
|
|
|
|
|
# Temporary
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
# Auto-generated tag files
|
|
|
|
tags
|
|
|
|
# Persistent undo
|
|
|
|
[._]*.un~
|
|
|
|
|
|
|
|
# ---> 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
|
|
|
|
|
|
|
|
# ---> Linux
|
|
|
|
*~
|
|
|
|
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
|
|
.fuse_hidden*
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
|
|
|
|