diff options
| author | Fuwn <[email protected]> | 2023-10-17 17:26:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-10-17 17:26:16 -0700 |
| commit | 77b9264395eb543e604d19bc3068f40f22f61696 (patch) | |
| tree | e92a1aa3bf75e468a62ca76e627e59ada54f2672 /.gitignore | |
| download | shinobu-77b9264395eb543e604d19bc3068f40f22f61696.tar.xz shinobu-77b9264395eb543e604d19bc3068f40f22f61696.zip | |
feat: initial release
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..3298a23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Node.js +/node_modules + +# Visual Studio Code +.vscode |