Install by doing (from htdocs): $ curl -sS https://getcomposer.org/installer | php $ ./composer.phar install If you want to update autoloader: $ ./composer.phar dumpautoload Signed-off-by: Markus Birth <mbirth@gmail.com>
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# Commonly ignored files list. For locally ignored files (e.g. local IDE
|
|
# settings), use .git/info/exclude file. Keep the lines in this file sorted.
|
|
|
|
# settings files
|
|
/htdocs/config2/settings.inc.php
|
|
/htdocs/config2/sqlroot.inc.php
|
|
/htdocs/lib/settings.inc.php
|
|
/htdocs/statpics/.htaccess
|
|
/htdocs/util/mysql_root/settings.inc.php
|
|
/htdocs/util/notification/settings.inc.php
|
|
/htdocs/util/publish_caches/settings.inc.php
|
|
/htdocs/util/watchlist/settings.inc.php
|
|
|
|
# directory permissions
|
|
# these files are contained in the repo, but can be overriden locally
|
|
/htdocs/util/archive/.htaccess
|
|
/htdocs/util/attributes/.htaccess
|
|
/htdocs/util/change_owner/.htaccess
|
|
/htdocs/util/delete/.htaccess
|
|
/htdocs/util/mysql_root/.htaccess
|
|
/htdocs/util/search_index/.htaccess
|
|
|
|
# external libs (to be installed by Composer)
|
|
/htdocs/composer.phar
|
|
/htdocs/vendor/*
|
|
|
|
# other data
|
|
/htdocs/cache/*
|
|
/htdocs/cache2/*
|
|
/htdocs/download/*
|
|
/htdocs/images/statpics/*
|
|
/htdocs/images/uploads/*
|
|
/htdocs/resource2/tinymce/tiny_mce_*.gz
|
|
/htdocs/robots.txt
|
|
/htdocs/sitemap*xml*
|
|
/htdocs/var/*
|
|
/lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/Serializer/CSS/*
|
|
/lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/Serializer/HTML/*
|
|
/lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/Serializer/URI/*
|
|
|
|
/local/ocxml11client/data-files
|
|
/local/ocxml11client/tmp
|
|
/local/ocxml11client/settings.php
|