[REL] Athene

This commit is contained in:
Jared Kipe
2022-01-17 09:20:06 -08:00
parent 37fd210fd5
commit 00f02cc0ee
7 changed files with 155 additions and 3 deletions

17
.theia/settings.json Normal file
View File

@@ -0,0 +1,17 @@
{
"workbench.colorTheme": "Hibou Dark",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.pyc": {"when": "$(basename).py"},
"**/__pycache__": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true
}
}