diff options
author | sanine <sanine.not@pm.me> | 2023-06-09 18:31:32 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-06-09 18:31:32 -0500 |
commit | e9e44dcfda8828eb6fa9d40eabd908d3fb81151d (patch) | |
tree | 9dc8699598a445bbcf9457ebd4dd7a0cd0aa2750 |
initial commit
-rw-r--r-- | .gitattribute | 1 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | yarn.lock | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitattribute b/.gitattribute new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattribute @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + |