gitignore updated

This commit is contained in:
teebarjunk 2021-10-11 15:10:32 -04:00
parent 62fa1b3362
commit 67fa03a9d1
2 changed files with 3 additions and 83 deletions

5
.gitignore vendored
View File

@ -12,5 +12,6 @@ data_*/
# Text editor related
test_files/
.te_trash/
.te_trash_info.json
.trash/
.trash.json
.text_editor_state.json

View File

@ -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"
]
}