diff options
author | ComradeCrow <comradecrow@vivaldi.net> | 2024-03-12 16:00:32 -0700 |
---|---|---|
committer | ComradeCrow <comradecrow@vivaldi.net> | 2024-03-12 16:00:32 -0700 |
commit | 0207057e7e56485cb8ebd969f754f259720d21ce (patch) | |
tree | a71edc21360bfb6d90bada79877388376a649c6e /.gitignore | |
parent | b1973f46746e17db2aa0b0622afda42403ccfa7a (diff) | |
download | podweb-main.tar.gz |
update gitignore, change filename, and impliment click
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b92086e..864c291 100644 --- a/.gitignore +++ b/.gitignore @@ -128,6 +128,9 @@ venv.bak/ # Rope project settings .ropeproject +# Visual Studio project settings +.vscode + # mkdocs documentation /site @@ -153,4 +156,5 @@ cython_debug/ #.idea/ debug_* -*.opml \ No newline at end of file +*.opml +*.xml \ No newline at end of file |