summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorComradeCrow <comradecrow@vivaldi.net>2024-03-12 16:00:32 -0700
committerComradeCrow <comradecrow@vivaldi.net>2024-03-12 16:00:32 -0700
commit0207057e7e56485cb8ebd969f754f259720d21ce (patch)
treea71edc21360bfb6d90bada79877388376a649c6e /.gitignore
parentb1973f46746e17db2aa0b0622afda42403ccfa7a (diff)
downloadpodweb-main.tar.gz
minor update HEAD main
update gitignore, change filename, and impliment click
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
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