1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-07-24 21:34:53 +02:00
nextcloud/.gitignore

164 Zeilen
2.4 KiB
Plaintext

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