Skip to content

Commit 521ea52

Browse files
authored
Merge pull request #2 from whysosaket/auth-branch
Auth branch
2 parents dce375b + c4d4b2c commit 521ea52

File tree

18 files changed

+2020
-26
lines changed

18 files changed

+2020
-26
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/.DS_Store
2+
**/.env
3+
**/node_modules

auth-service/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
2-
/dist
2+
/dist
3+
**/.DS_Store

0 commit comments

Comments
 (0)