Skip to content

Commit

Permalink
Remove /build dir from .gitignore; add box.json.dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuurlant committed Nov 26, 2024
1 parent 4a80b44 commit c670b5e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vendor/
build/
bin/
.idea/
.phpunit.result.cache
23 changes: 23 additions & 0 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"force-autodiscovery": true,
"exclude-composer-files": false,
"finder": [
{
"notName": "/LICENSE|.*\\.md|.*\\.dist|Makefile|composer\\.json|composer\\.lock/",
"exclude": [
"test",
"tests",
"vendor-bin"
],
"in": "vendor"
},
{
"name": "LICENSE.md",
"in": "."
},
{
"name": "NOTICE.md",
"in": "."
}
]
}

0 comments on commit c670b5e

Please sign in to comment.