Update gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -193,4 +193,5 @@ cython_debug/
|
||||
saves/
|
||||
*test*
|
||||
debug.json
|
||||
uuids.json
|
||||
uuids.json
|
||||
admin_handle.py
|
||||
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
".gitignore": true,
|
||||
"LICENSE": true,
|
||||
"README.md": true,
|
||||
".vscode/": true,
|
||||
".venv/": true,
|
||||
".ruff_cache/": true,
|
||||
"*/__pycache__/": true
|
||||
".gitignore": false,
|
||||
"LICENSE": false,
|
||||
"README.md": false,
|
||||
".vscode/": false,
|
||||
".venv/": false,
|
||||
".ruff_cache/": false,
|
||||
"*/__pycache__/": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user