diff options
| author | aspizu <aspizu@protonmail.com> | 2025-03-10 02:58:09 +0530 |
|---|---|---|
| committer | aspizu <aspizu@protonmail.com> | 2025-03-10 02:58:09 +0530 |
| commit | 8137b02b1ea25836f80e6d61fae7592ddb6837f2 (patch) | |
| tree | 41c14a3a75bec0dc2a83c6de36b56f88aa1b4404 /.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..b0a5c34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/node_modules/ +/dist/ |
