mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update .gitignore
This commit is contained in:
parent
099100d3e0
commit
b7f177b221
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,7 +1,14 @@
|
||||||
|
# Godot 4+ specific ignores
|
||||||
|
.godot/
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export/
|
export/
|
||||||
|
export_presets.cfg
|
||||||
|
|
||||||
|
# Dummy HTML5 export presets file for continuous integration
|
||||||
|
!.github/dist/export_presets.cfg
|
||||||
|
|
||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
|
@ -28,3 +35,11 @@ test/test_metadata.json
|
||||||
.gdxterm
|
.gdxterm
|
||||||
docs/demo
|
docs/demo
|
||||||
docs/logs
|
docs/logs
|
||||||
|
|
||||||
|
# Imported translations (automatically generated from CSV files)
|
||||||
|
*.translation
|
||||||
|
|
||||||
|
# System/tool-specific ignores
|
||||||
|
.directory
|
||||||
|
.DS_Store
|
||||||
|
*~
|
||||||
|
|
Loading…
Reference in a new issue