Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 1245efb

Browse files
committedMar 22, 2018
Updating gitignore to ignore the node_modules inside the src/JSUtils folder
1 parent b36847d commit 1245efb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ package-lock.json
1212

1313
# ignore node_modules inside src
1414
/src/node_modules
15+
/src/JSUtils/node_modules
16+
/src/JSUtils/node/node_modules
1517

1618
# ignore files copied from node_modules to src/thirdparty
1719
/src/thirdparty/CodeMirror

0 commit comments

Comments
 (0)
This repository has been archived.