diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 13:34:24 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 13:34:24 +0200 |
| commit | 232c1e536d22dbb46b7d11fc389695d440343495 (patch) | |
| tree | 95665d538410f4754b7ebced93c7bdc2b15132b0 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d451ff1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +dist-ssr +*.local |
