mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-15 22:25:03 +00:00
some more ignores
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -9,6 +9,8 @@
|
||||
.gitignore export-ignore
|
||||
.editorconfig export-ignore
|
||||
.travis.yml export-ignore
|
||||
composer.json export-ignore
|
||||
composer.lock export-ignore
|
||||
_test export-ignore
|
||||
_cs export-ignore
|
||||
lib/plugins/testing export-ignore
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -58,6 +58,9 @@
|
||||
lib/images/*/local/*
|
||||
|
||||
# composer default ignores
|
||||
composer.phar
|
||||
vendor/bin/*
|
||||
vendor/*/*/bin/*
|
||||
vendor/*/*/tests/*
|
||||
vendor/*/*/test/*
|
||||
vendor/*/*/doc/*
|
||||
|
Reference in New Issue
Block a user