Skip to content

Commit 779dc68

Browse files
committed
Simplify .distignore to only git-tracked files
1 parent bc6a2ba commit 779dc68

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.distignore

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,8 @@ phpcs.xml
1111
phpunit.xml.dist
1212
bin
1313
tests
14-
15-
# Dependencies
16-
vendor
17-
node_modules
14+
docs
1815

1916
# Package managers
2017
composer.json
21-
composer.lock
2218
package.json
23-
package-lock.json
24-
25-
# IDE
26-
.idea
27-
.vscode
28-
*.sublime-project
29-
*.sublime-workspace
30-
31-
# OS
32-
.DS_Store
33-
Thumbs.db
34-
35-
# Build artifacts
36-
*.log
37-
*.cache
38-
.phpunit.result.cache

0 commit comments

Comments
 (0)