nextcloud/.gitignore

93 lines
1.2 KiB
Plaintext
Raw Normal View History

2010-05-23 01:44:56 +04:00
# the default generated dir + db file
/data
/owncloud
/config/config.php
/config/mount.php
/apps/inc.php
2010-05-23 01:44:56 +04:00
2013-02-05 14:04:39 +04:00
# ignore all apps except core ones
2013-07-12 17:16:30 +04:00
/apps*
!/apps/files
!/apps/files_encryption
!/apps/files_external
!/apps/files_sharing
!/apps/files_trashbin
!/apps/files_versions
!/apps/user_ldap
!/apps/user_webdavauth
/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
/apps/files_external/3rdparty/irodsphp/prods/test*
2013-02-05 14:04:39 +04:00
2013-05-02 19:51:29 +04:00
# ignore themes except the README
/themes/*
!/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/*
*.backup*
2011-06-19 20:53:02 +04:00
# kdevelop
.kdev
*.kdev4
*.kate-swp
2011-06-19 20:53:02 +04:00
# Lokalize
*lokalize*
2011-08-12 00:22:32 +04:00
# eclipse
.project
2011-08-12 00:22:32 +04:00
.settings
2011-09-28 13:45:04 +04:00
# netbeans
nbproject
# phpStorm
.idea
*.iml
# geany
*.geany
# Cloud9IDE
.settings.xml
2013-02-06 21:27:04 +04:00
.c9revisions
2012-06-12 00:53:20 +04:00
# vim ex mode
.vimrc
# Mac OS
.DS_Store
# WebFinger
.well-known
/.buildpath
# Tests
/tests/phpunit.xml
# Node Modules
/build/node_modules/
# Tests - auto-generated files
/data-autotest
/tests/coverage*
/tests/autoconfig*
2013-06-11 16:57:06 +04:00
/tests/autotest*