Update gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -193,4 +193,5 @@ cython_debug/
|
|||||||
saves/
|
saves/
|
||||||
*test*
|
*test*
|
||||||
debug.json
|
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": {
|
"files.exclude": {
|
||||||
".gitignore": true,
|
".gitignore": false,
|
||||||
"LICENSE": true,
|
"LICENSE": false,
|
||||||
"README.md": true,
|
"README.md": false,
|
||||||
".vscode/": true,
|
".vscode/": false,
|
||||||
".venv/": true,
|
".venv/": false,
|
||||||
".ruff_cache/": true,
|
".ruff_cache/": false,
|
||||||
"*/__pycache__/": true
|
"*/__pycache__/": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user