Skip to content

Commit 522a1c7

Browse files
committed
Add package-lock.json & yarn.lock to .gitignore
This matches the pattern other jQuery projects follow.
1 parent b0f47fb commit 522a1c7

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
@@ -1,2 +1,4 @@
11
/node_modules
22
npm-debug.log
3+
package-lock.json
4+
yarn.lock

0 commit comments

Comments
 (0)