Skip to content

Commit f9bf129

Browse files
committed
setting up for production
1 parent 87f825a commit f9bf129

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
node_modules/
33

44
# important keys
5-
#keys.js
5+
keys.js
66
nodemon.json
77

88
# ignore all .txt files
@@ -27,6 +27,7 @@ package-lock.json
2727
.env.development.local
2828
.env.test.local
2929
.env.production.local
30+
access.log
3031

3132
npm-debug.log*
3233
yarn-debug.log*

23. Adding Payments/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
package-lock.json
3+
nodemon.json

0 commit comments

Comments
 (0)