Skip to content

Commit a3f242a

Browse files
committed
chore(gitignore): ignore package-lock & yarn.lock 🐈
1 parent b63a6c7 commit a3f242a

File tree

6 files changed

+6
-7829
lines changed

6 files changed

+6
-7829
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/node_modules
1+
/node_modules
2+
yarn.lock
3+
package-lock.json

Demo/.gitignore

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

Demo/package-lock.json

-83
This file was deleted.

0 commit comments

Comments
 (0)