diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-11-27 06:44:07 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-11-27 06:44:07 -0600 |
commit | 98bfded1b407431ad62642d7f029e4e5f3534c07 (patch) | |
tree | 8f38dd229fe54889d130eb0838c9c47619e96376 /.gitignore | |
parent | 9ea43f16d6440dce54ae7f78d46618d25e52f6ec (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-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -127,3 +127,9 @@ dmypy.json # Pyre type checker .pyre/ + +# project specific +.vscode/ +site_example/ +dst/**/*.html +.files
\ No newline at end of file |