diff options
author | Louie S <louie@example.com> | 2023-12-29 14:45:35 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-12-29 14:45:35 -0500 |
commit | b1477105319de37088743c4c3ffae7c871189864 (patch) | |
tree | 2532e3283faf43f297a4764aef4d04cbdd1e179a /.gitignore |
Watched through ch. 7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c866399 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*html +dist/ |