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