diff options
Rewrote Site in 11ty
Still need to Update the content
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ -node_modules -dist -*.tsbuildinfo
\ No newline at end of file +node_modules/ +_site/ +.cache + |