Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalraj3 committed Aug 10, 2023
1 parent 8702a16 commit 6c9db7c
Show file tree
Hide file tree
Showing 198 changed files with 1,669 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.env
.env
env.*
env
Empty file modified .prettierrc
100644 → 100755
Empty file.
Empty file modified Readme.md
100644 → 100755
Empty file.
3 changes: 0 additions & 3 deletions client/.env

This file was deleted.

14 changes: 6 additions & 8 deletions client/.gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*


env
.env
*.env
# *.env.test

public
node_modules
dist
Expand All @@ -24,11 +30,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

*.env.*
env

env
.env
*.env
*.env.test
1 change: 1 addition & 0 deletions client/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
</body>
</html>
Loading

0 comments on commit 6c9db7c

Please sign in to comment.