1dc410425f
* [Changed] rename `phpcs.xml` -> `.phpcs.xml` * [Changed] rename `build/` dir -> `_build/` * [Changed] update paths in `.gitignore` * [Changed] update paths in `.travis.yml` * [Changed] update paths in `.sh` scripts
36 lines
360 B
Text
36 lines
360 B
Text
# Linux
|
|
*~
|
|
*.swp
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
._*
|
|
|
|
# Travis
|
|
/_build/phpdoc-*/
|
|
/_build/phpdoc-*.git/
|
|
|
|
# Composer
|
|
/composer.lock
|
|
/composer.phar
|
|
/vendor
|
|
|
|
# User config
|
|
/config/config.php
|
|
|
|
# User themes
|
|
/themes/*
|
|
!/themes/default
|
|
|
|
# User plugins
|
|
/plugins/*
|
|
!/plugins/0?-*
|
|
!/plugins/1?-*
|
|
!/plugins/DummyPlugin.php
|
|
|
|
# User content
|
|
/content
|