Skip to content

Commit b61f3b3

Browse files
author
bd-arc
committed
refactor(.gitignore): ignore lock files
1 parent cf5b86a commit b61f3b3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
node_modules
1+
node_modules
2+
3+
#LOCK
4+
package-lock.json
5+
yarn.lock

example/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ buck-out/
5151
*/fastlane/report.xml
5252
*/fastlane/Preview.html
5353
*/fastlane/screenshots
54+
55+
#LOCK
56+
package-lock.json
57+
yarn.lock

0 commit comments

Comments
 (0)