Fixes in .gitignore
This commit is contained in:
parent
8705d6d994
commit
31ab2dfe9c
1 changed files with 7 additions and 5 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -2,8 +2,10 @@
|
||||||
*.tar.gz.gpg
|
*.tar.gz.gpg
|
||||||
*.patch
|
*.patch
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
./plugins/*/config.inc.php
|
/composer.json
|
||||||
./program
|
/composer.lock
|
||||||
./skins
|
/plugins/*/config.inc.php
|
||||||
./tests
|
/program
|
||||||
./vendor
|
/skins
|
||||||
|
/tests
|
||||||
|
/vendor
|
||||||
|
|
Loading…
Add table
Reference in a new issue