We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f8671 commit ec04946Copy full SHA for ec04946
.gitattributes
@@ -1,6 +1,5 @@
1
/.gitattributes export-ignore
2
/.gitignore export-ignore
3
-/composer.lock export-ignore
4
/examples export-ignore
5
/gulpfile.js export-ignore
6
/package.json export-ignore
.gitignore
@@ -1,3 +1,5 @@
.idea/*
node_modules/
-vendor/
+vendor/
+composer.lock
+package-lock.json
0 commit comments