diff options
author | Starfall <us@starfall.systems> | 2023-05-16 12:47:22 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-05-16 13:03:57 -0500 |
commit | a8257ca465f8c707f3bb02567cbe789977506180 (patch) | |
tree | f003122b4d7e10575a3721168fc04afa867f48ca /.gitignore |
initial commit
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..3a799fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +_site/ |