mirror of
https://github.com/Relintai/Godot-TextEditor.git
synced 2025-02-04 19:15:54 +01:00
gitignore updated
This commit is contained in:
parent
62fa1b3362
commit
67fa03a9d1
5
.gitignore
vendored
5
.gitignore
vendored
@ -12,5 +12,6 @@ data_*/
|
|||||||
|
|
||||||
# Text editor related
|
# Text editor related
|
||||||
test_files/
|
test_files/
|
||||||
.te_trash/
|
.trash/
|
||||||
.te_trash_info.json
|
.trash.json
|
||||||
|
.text_editor_state.json
|
||||||
|
@ -1,81 +0,0 @@
|
|||||||
{
|
|
||||||
"current": "res://",
|
|
||||||
"font_size": 16,
|
|
||||||
"tabs": {
|
|
||||||
"res://addons/text_editor/plugin.cfg": {
|
|
||||||
"hscroll": 0,
|
|
||||||
"vscroll": 0
|
|
||||||
},
|
|
||||||
"res://README.md": {
|
|
||||||
"hscroll": 0,
|
|
||||||
"vscroll": 30
|
|
||||||
},
|
|
||||||
"res://new_file.txt": {
|
|
||||||
"hscroll": 0,
|
|
||||||
"vscroll": 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"selected": "res://README.md",
|
|
||||||
"show": {
|
|
||||||
"dir": {
|
|
||||||
"empty": false,
|
|
||||||
"hidden": true,
|
|
||||||
"gdignore": false,
|
|
||||||
"git": false,
|
|
||||||
"import": false,
|
|
||||||
"trash": false
|
|
||||||
},
|
|
||||||
"file": {
|
|
||||||
"hidden": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
|
|
||||||
],
|
|
||||||
"tag_counts": {
|
|
||||||
"tag1": 1,
|
|
||||||
"tag2": 1
|
|
||||||
},
|
|
||||||
"tags_enabled": {
|
|
||||||
"tag1": false,
|
|
||||||
"tag2": false,
|
|
||||||
"ass": false
|
|
||||||
},
|
|
||||||
"exts_enabled": [
|
|
||||||
"txt",
|
|
||||||
"md",
|
|
||||||
"json",
|
|
||||||
"csv",
|
|
||||||
"cfg",
|
|
||||||
"ini",
|
|
||||||
"yaml",
|
|
||||||
"txt",
|
|
||||||
"md",
|
|
||||||
"json",
|
|
||||||
"csv",
|
|
||||||
"cfg",
|
|
||||||
"ini",
|
|
||||||
"yaml",
|
|
||||||
"txt",
|
|
||||||
"md",
|
|
||||||
"json",
|
|
||||||
"csv",
|
|
||||||
"cfg",
|
|
||||||
"ini",
|
|
||||||
"yaml",
|
|
||||||
"txt",
|
|
||||||
"md",
|
|
||||||
"json",
|
|
||||||
"csv",
|
|
||||||
"cfg",
|
|
||||||
"ini",
|
|
||||||
"yaml",
|
|
||||||
"txt",
|
|
||||||
"md",
|
|
||||||
"json",
|
|
||||||
"csv",
|
|
||||||
"cfg",
|
|
||||||
"ini",
|
|
||||||
"yaml"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user