diff options
author | HampusM <hampus@hampusmat.com> | 2021-04-16 16:53:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-04-16 16:53:53 +0200 |
commit | ef256e9e40b5fd0cc741c509e611808cc66bafad (patch) | |
tree | 8363cd193b36ae3a7159f3498b5efb093e086d40 /.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..62935ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.parcel-cache +node_modules
\ No newline at end of file |