Skip to content

Commit 3e24c5d

Browse files
committed
GPII-1318: Added node_modules to .gitignore
1 parent f480a13 commit 3e24c5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/node_modules/
2+
3+
/examples/gpii-oauth2-sample-client/node_modules/
4+
/examples/gpii-oauth2-sample-client-passport/node_modules/
5+
/examples/gpii-oauth2-single-process-auth-server/node_modules/
6+
7+
/gpii/node_modules/gpii-oauth2/gpii-oauth2-authz-server/node_modules/
8+
/gpii/node_modules/gpii-oauth2/gpii-oauth2-utilities/node_modules/
9+
10+
npm-debug.log
11+
*.bak

0 commit comments

Comments
 (0)