diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-28 03:44:06 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-28 03:44:52 +0200 |
commit | 94b1b4ad12c8bb04fc9ff84b1b9c0a707ad675a6 (patch) | |
tree | f0e2bfad824935c2eb2e9fe22bec07164d038df2 /.gitignore |
Genesis commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e60b124 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/node_modules/ +/target/ +Cargo.lock +package-lock.json |