diff options
author | IgrisBRC <[email protected]> | 2024-07-13 11:38:00 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-13 11:38:00 +0530 |
commit | 6355b9725ac4e18f8001ff7c9be73e8f78fd1d31 (patch) | |
tree | 9b72ba2cda38eabb75aacd3950fc834568bc4563 /.gitignore | |
parent | 6ad604160fdde024151018195190db0248cce216 (diff) |
added a .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5693cd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +.env +package-lock.json |