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 5707a5c commit dfbe649Copy full SHA for dfbe649
.gitattributes
@@ -0,0 +1,19 @@
1
+# Do not export those files in the Composer archive (lighter dependency)
2
+.codecov.yml export-ignore
3
+.gitattributes export-ignore
4
+.github/ export-ignore
5
+.gitignore export-ignore
6
+.travis.yml export-ignore
7
+CHANGELOG.md export-ignore
8
+codeception.yml export-ignore
9
+composer.lock export-ignore
10
+gruntfile.js export-ignore
11
+gulpfile.js export-ignore
12
+package.json export-ignore
13
+package-lock.json export-ignore
14
+README.md export-ignore
15
+SECURITY.md export-ignore
16
+tests/ export-ignore
17
+
18
+# Auto detect text files and perform LF normalization
19
+* text=auto
.gitignore
@@ -4,4 +4,3 @@
*Thumbs.db
/node_modules
/vendor
-composer.lock
0 commit comments