Skip to content

Commit ec04946

Browse files
author
Eugene Tupikov
committed
don't keep lock files in the repo
1 parent 16f8671 commit ec04946

File tree

3 files changed

+3
-1704
lines changed

3 files changed

+3
-1704
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
3-
/composer.lock export-ignore
43
/examples export-ignore
54
/gulpfile.js export-ignore
65
/package.json export-ignore

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea/*
22
node_modules/
3-
vendor/
3+
vendor/
4+
composer.lock
5+
package-lock.json

0 commit comments

Comments
 (0)