2010-05-22 21:44:56 +00:00
|
|
|
# the default generated dir + db file
|
2013-06-29 14:31:04 +00:00
|
|
|
/data
|
|
|
|
/config/config.php
|
2014-02-21 09:58:05 +00:00
|
|
|
/config/*.config.php
|
2016-07-13 17:05:07 +00:00
|
|
|
/config/mimetype*.json
|
2013-06-29 14:31:04 +00:00
|
|
|
/config/mount.php
|
|
|
|
/apps/inc.php
|
2014-10-05 19:19:25 +00:00
|
|
|
/assets
|
2016-10-26 08:47:18 +00:00
|
|
|
/.htaccess
|
2017-08-25 15:48:04 +00:00
|
|
|
/translationfiles
|
|
|
|
/translationtool.phar
|
2010-05-22 21:44:56 +00:00
|
|
|
|
2013-02-05 10:04:39 +00:00
|
|
|
# ignore all apps except core ones
|
2013-09-08 10:12:01 +00:00
|
|
|
/apps*/*
|
2018-06-13 11:16:49 +00:00
|
|
|
!/apps/accessibility
|
2018-09-21 09:52:11 +00:00
|
|
|
!/apps/cloud_federation_api
|
2016-01-27 17:28:55 +00:00
|
|
|
!/apps/comments
|
2015-08-30 17:13:01 +00:00
|
|
|
!/apps/dav
|
2013-06-29 14:31:04 +00:00
|
|
|
!/apps/files
|
2015-10-29 16:27:14 +00:00
|
|
|
!/apps/federation
|
2016-02-04 08:59:52 +00:00
|
|
|
!/apps/federatedfilesharing
|
2016-07-29 13:38:31 +00:00
|
|
|
!/apps/sharebymail
|
2015-01-14 19:39:23 +00:00
|
|
|
!/apps/encryption
|
2013-06-29 14:31:04 +00:00
|
|
|
!/apps/files_external
|
|
|
|
!/apps/files_sharing
|
|
|
|
!/apps/files_trashbin
|
|
|
|
!/apps/files_versions
|
2016-11-17 11:14:13 +00:00
|
|
|
!/apps/lookup_server_connector
|
2013-06-29 14:31:04 +00:00
|
|
|
!/apps/user_ldap
|
2017-05-18 18:09:03 +00:00
|
|
|
!/apps/oauth2
|
2015-11-30 14:40:17 +00:00
|
|
|
!/apps/provisioning_api
|
|
|
|
!/apps/systemtags
|
2016-05-30 09:16:14 +00:00
|
|
|
!/apps/testing
|
2016-06-09 16:03:31 +00:00
|
|
|
!/apps/admin_audit
|
2016-02-09 18:58:29 +00:00
|
|
|
!/apps/updatenotification
|
2016-06-06 15:40:38 +00:00
|
|
|
!/apps/theming
|
2016-08-29 17:19:44 +00:00
|
|
|
!/apps/twofactor_backupcodes
|
2016-07-26 09:16:34 +00:00
|
|
|
!/apps/workflowengine
|
2013-07-12 13:08:13 +00:00
|
|
|
/apps/files_external/3rdparty/irodsphp/PHPUnitTest
|
|
|
|
/apps/files_external/3rdparty/irodsphp/web
|
|
|
|
/apps/files_external/3rdparty/irodsphp/prods/test
|
2013-07-12 13:16:30 +00:00
|
|
|
/apps/files_external/3rdparty/irodsphp/prods/tutorials
|
2013-07-12 13:08:13 +00:00
|
|
|
/apps/files_external/3rdparty/irodsphp/prods/test*
|
2014-11-14 10:06:59 +00:00
|
|
|
/apps/files_external/tests/config.*.php
|
2013-07-12 13:08:13 +00:00
|
|
|
|
2018-06-20 08:02:04 +00:00
|
|
|
# apps modules
|
|
|
|
/apps/*/node_modules
|
|
|
|
|
2013-02-05 10:04:39 +00:00
|
|
|
|
2015-05-22 00:17:46 +00:00
|
|
|
# ignore themes except the example and the README
|
2013-06-29 14:31:04 +00:00
|
|
|
/themes/*
|
2015-05-22 00:17:46 +00:00
|
|
|
!/themes/example
|
2013-06-29 14:31:04 +00:00
|
|
|
!/themes/README
|
2013-05-02 15:47:38 +00:00
|
|
|
|
2010-05-22 21:44:56 +00:00
|
|
|
# just sane ignores
|
|
|
|
.*.sw[po]
|
|
|
|
*.bak
|
|
|
|
*.BAK
|
|
|
|
*~
|
|
|
|
*.orig
|
|
|
|
*.class
|
|
|
|
.cvsignore
|
|
|
|
Thumbs.db
|
|
|
|
*.py[co]
|
|
|
|
_darcs/*
|
|
|
|
CVS/*
|
|
|
|
.svn/*
|
|
|
|
RCS/*
|
2012-08-30 20:18:11 +00:00
|
|
|
*.backup*
|
2011-06-19 16:53:02 +00:00
|
|
|
|
|
|
|
# kdevelop
|
2011-04-18 08:51:38 +00:00
|
|
|
.kdev
|
|
|
|
*.kdev4
|
2012-08-30 20:18:11 +00:00
|
|
|
*.kate-swp
|
2011-06-19 16:53:02 +00:00
|
|
|
|
|
|
|
# Lokalize
|
|
|
|
*lokalize*
|
|
|
|
|
2011-08-11 20:22:32 +00:00
|
|
|
# eclipse
|
2011-07-10 20:00:08 +00:00
|
|
|
.project
|
2011-08-11 20:22:32 +00:00
|
|
|
.settings
|
2011-09-28 09:45:04 +00:00
|
|
|
|
2016-10-25 14:52:54 +00:00
|
|
|
# netbeans
|
2011-09-28 09:45:04 +00:00
|
|
|
nbproject
|
2011-09-30 16:22:12 +00:00
|
|
|
|
2012-07-10 10:27:12 +00:00
|
|
|
# phpStorm
|
|
|
|
.idea
|
2013-03-19 16:57:06 +00:00
|
|
|
*.iml
|
2012-07-10 10:27:12 +00:00
|
|
|
|
2017-08-24 12:26:44 +00:00
|
|
|
# vscode
|
|
|
|
.vscode
|
|
|
|
|
2011-10-05 23:30:17 +00:00
|
|
|
# geany
|
|
|
|
*.geany
|
|
|
|
|
2011-10-21 16:12:47 +00:00
|
|
|
# Cloud9IDE
|
|
|
|
.settings.xml
|
2013-02-06 17:27:04 +00:00
|
|
|
.c9revisions
|
2011-10-21 16:12:47 +00:00
|
|
|
|
2012-06-11 20:53:20 +00:00
|
|
|
# vim ex mode
|
|
|
|
.vimrc
|
2016-02-08 22:36:18 +00:00
|
|
|
|
|
|
|
# ack(-grep)
|
|
|
|
.ackrc
|
2016-10-25 14:52:54 +00:00
|
|
|
|
2011-10-21 16:12:47 +00:00
|
|
|
# Mac OS
|
2011-10-05 23:30:17 +00:00
|
|
|
.DS_Store
|
2011-11-05 00:08:03 +00:00
|
|
|
|
|
|
|
# WebFinger
|
|
|
|
.well-known
|
2011-11-29 22:11:42 +00:00
|
|
|
/.buildpath
|
2012-12-18 14:57:42 +00:00
|
|
|
|
2013-06-27 14:44:55 +00:00
|
|
|
# Tests
|
|
|
|
/tests/phpunit.xml
|
|
|
|
|
2013-08-28 14:00:49 +00:00
|
|
|
# Node Modules
|
|
|
|
/build/node_modules/
|
|
|
|
|
2014-03-12 23:20:59 +00:00
|
|
|
# nodejs
|
2016-10-25 14:52:54 +00:00
|
|
|
/build/bin
|
2014-03-12 23:20:59 +00:00
|
|
|
/build/lib/
|
2014-06-23 21:57:44 +00:00
|
|
|
/build/jsdocs/
|
2014-03-12 23:20:59 +00:00
|
|
|
/npm-debug.log
|
2016-09-01 08:17:15 +00:00
|
|
|
/PhantomJS_*
|
2018-07-20 09:22:24 +00:00
|
|
|
/build/package-lock.json
|
2014-03-12 23:20:59 +00:00
|
|
|
|
2014-11-23 21:00:33 +00:00
|
|
|
# puphpet
|
|
|
|
puphpet
|
|
|
|
|
|
|
|
# vagrant
|
|
|
|
.vagrant
|
|
|
|
Vagrantfile
|
2014-03-12 23:20:59 +00:00
|
|
|
|
2013-06-27 14:50:17 +00:00
|
|
|
# Tests - auto-generated files
|
2013-06-29 14:31:04 +00:00
|
|
|
/data-autotest
|
2012-12-18 14:57:42 +00:00
|
|
|
/tests/coverage*
|
2017-01-11 16:08:52 +00:00
|
|
|
/tests/css
|
2014-01-27 20:15:21 +00:00
|
|
|
/tests/karma-coverage
|
2012-12-18 14:57:42 +00:00
|
|
|
/tests/autoconfig*
|
2013-06-11 12:57:06 +00:00
|
|
|
/tests/autotest*
|
2013-11-04 16:17:32 +00:00
|
|
|
/tests/data/lorem-copy.txt
|
|
|
|
/tests/data/testimage-copy.png
|
2018-02-14 14:04:08 +00:00
|
|
|
/tests/ui-regression/out/
|
|
|
|
/tests/ui-regression/node_modules/
|
|
|
|
/tests/ui-regression/package-lock.json
|
2015-01-28 15:06:18 +00:00
|
|
|
/config/config-autotest-backup.php
|
|
|
|
/config/autoconfig.php
|
2015-10-29 11:21:23 +00:00
|
|
|
clover.xml
|
2017-10-31 10:08:38 +00:00
|
|
|
|
|
|
|
# Tests - dependencies
|
|
|
|
tests/acceptance/composer.lock
|
|
|
|
tests/acceptance/vendor/
|