Add exclusions to composer.json
This commit is contained in:
parent
2902059cd4
commit
1f1f06679f
|
@ -37,5 +37,8 @@
|
|||
"Test\\Integration\\": "./tests/integration",
|
||||
"Test\\Integration\\SQLite\\": "./tests/integration/sqlite"
|
||||
}
|
||||
},
|
||||
"archive": {
|
||||
"exclude": [ "/tests", "/.gitattributes", "/.gitignore", "/.git", "/composer.lock" ]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user