diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-30 01:06:39 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-30 01:06:39 +0530 |
commit | 2fdcb7c79e8333c0fa9c14e34da5eaebe96e32b4 (patch) | |
tree | 919a0065276553b16c930885312008d2574fe114 /.gitignore |
first 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..adb443d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/dist/ +/target/ |