We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f825a commit f9bf129Copy full SHA for f9bf129
.gitignore
@@ -2,7 +2,7 @@
2
node_modules/
3
4
# important keys
5
-#keys.js
+keys.js
6
nodemon.json
7
8
# ignore all .txt files
@@ -27,6 +27,7 @@ package-lock.json
27
.env.development.local
28
.env.test.local
29
.env.production.local
30
+access.log
31
32
npm-debug.log*
33
yarn-debug.log*
23. Adding Payments/.gitignore
@@ -0,0 +1,3 @@
1
+node_modules
+package-lock.json
+nodemon.json
0 commit comments