Skip to content

Commit dfbe649

Browse files
committed
add composer.lock and gitattributes
1 parent 5707a5c commit dfbe649

File tree

3 files changed

+5023
-1
lines changed

3 files changed

+5023
-1
lines changed

.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
*Thumbs.db
55
/node_modules
66
/vendor
7-
composer.lock

0 commit comments

Comments
 (0)