summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-11-27 06:44:07 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-11-27 06:44:07 -0600
commit98bfded1b407431ad62642d7f029e4e5f3534c07 (patch)
tree8f38dd229fe54889d130eb0838c9c47619e96376 /.gitignore
parent9ea43f16d6440dce54ae7f78d46618d25e52f6ec (diff)
refactor code and fix type checks
still need to refactor more code before migrating to yaml config file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6e4761..8bf6475 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,3 +127,9 @@ dmypy.json
# Pyre type checker
.pyre/
+
+# project specific
+.vscode/
+site_example/
+dst/**/*.html
+.files \ No newline at end of file