xref: /dokuwiki/.gitignore (revision efd15b3e952d8e24a13b4e3cd0849f379dc17d6a)
1fa3a5b86SDamien Regad# Editor and temporary files
2fa3a5b86SDamien Regad*.swp
3fa3a5b86SDamien Regad*.bak
4fa3a5b86SDamien Regad*.old
5fa3a5b86SDamien Regad*~
6fa3a5b86SDamien Regad*.DS_Store
7fa3a5b86SDamien Regad*.iml
8fa3a5b86SDamien Regad.idea/
9fa3a5b86SDamien Regad.buildpath
10fa3a5b86SDamien Regad.project
11fa3a5b86SDamien Regad.settings/
12fa3a5b86SDamien Regad
13fa3a5b86SDamien Regad# DokuWiki
14fa3a5b86SDamien Regad.htaccess
15*efd15b3eSAndreas Gohr/conf/*
16*efd15b3eSAndreas Gohr!/conf/.htaccess
17*efd15b3eSAndreas Gohr!/conf/*.dist
18*efd15b3eSAndreas Gohr!/conf/acronyms.conf
19*efd15b3eSAndreas Gohr!/conf/dokuwiki.php
20*efd15b3eSAndreas Gohr!/conf/entities.conf
21*efd15b3eSAndreas Gohr!/conf/interwiki.conf
22*efd15b3eSAndreas Gohr!/conf/license.php
23*efd15b3eSAndreas Gohr!/conf/manifest.json
24*efd15b3eSAndreas Gohr!/conf/mediameta.php
25*efd15b3eSAndreas Gohr!/conf/mime.conf
26*efd15b3eSAndreas Gohr!/conf/mysql.conf.php.example
27*efd15b3eSAndreas Gohr!/conf/plugins.php
28*efd15b3eSAndreas Gohr!/conf/plugins.required.php
29*efd15b3eSAndreas Gohr!/conf/scheme.conf
30*efd15b3eSAndreas Gohr!/conf/smileys.conf
31*efd15b3eSAndreas Gohr!/conf/wordblock.conf
326e13d3e8SAndreas Gohr/data/attic/*
336e13d3e8SAndreas Gohr/data/cache/*
346e13d3e8SAndreas Gohr/data/index/*
356e13d3e8SAndreas Gohr/data/locks/*
366dd99887SGerrit Uitslag/data/log/*
376e13d3e8SAndreas Gohr/data/media/*
38db836381SAndreas Gohr/data/media_meta/*
39db836381SAndreas Gohr/data/media_attic/*
406e13d3e8SAndreas Gohr/data/meta/*
41ae6c41cbSAnika Henke/data/tmp/*
42ddba3176SAndreas Gohr/data/pages/*
43ddba3176SAndreas Gohr!data/pages/wiki/
446e13d3e8SAndreas Gohr/lib/tpl/*
45e67fdd7bSMichael Hamann!/lib/tpl/dokuwiki
46e67fdd7bSMichael Hamann!/lib/tpl/index.php
476e13d3e8SAndreas Gohr/lib/plugins/*
48ae6c41cbSAnika Henke!/lib/plugins/acl
495d8f5686SAndreas Gohr!/lib/plugins/authad
505d8f5686SAndreas Gohr!/lib/plugins/authldap
515d8f5686SAndreas Gohr!/lib/plugins/authmysql
525d8f5686SAndreas Gohr!/lib/plugins/authpgsql
53f64dbc90SAndreas Gohr!/lib/plugins/authpdo
54c189f40bSAndreas Gohr!/lib/plugins/authplain
557349aca1SGuy Brand!/lib/plugins/config
56c7b9800aSMichael Hamann!/lib/plugins/extension
577349aca1SGuy Brand!/lib/plugins/info
587349aca1SGuy Brand!/lib/plugins/popularity
597349aca1SGuy Brand!/lib/plugins/revert
607349aca1SGuy Brand!/lib/plugins/safefnrecode
618b3eb08dSAndreas Gohr!/lib/plugins/styling
628c20cba5STobias Sarnowski!/lib/plugins/testing
637349aca1SGuy Brand!/lib/plugins/usermanager
6470cc2cbfSAndreas Gohr!/lib/plugins/logviewer
657349aca1SGuy Brand!/lib/plugins/action.php
667349aca1SGuy Brand!/lib/plugins/admin.php
67ae6c41cbSAnika Henke!/lib/plugins/auth.php
687349aca1SGuy Brand!/lib/plugins/index.html
69ae6c41cbSAnika Henke!/lib/plugins/remote.php
707349aca1SGuy Brand!/lib/plugins/syntax.php
71ae6c41cbSAnika Henkelib/images/*/local/*
72605f8e8dSAndreas Gohr
73605f8e8dSAndreas Gohr# composer default ignores
74853f1557SAndreas Gohrcomposer.phar
75853f1557SAndreas Gohrvendor/bin/*
7651c79594SAndreas Gohrvendor/*/*/phpunit.xml*
77313d3e75SChristopher Smithvendor/*/*/.travis.yml
786cb05674SAndreas Gohrvendor/*/*/.github
79853f1557SAndreas Gohrvendor/*/*/bin/*
80605f8e8dSAndreas Gohrvendor/*/*/tests/*
81605f8e8dSAndreas Gohrvendor/*/*/test/*
82605f8e8dSAndreas Gohrvendor/*/*/doc/*
83605f8e8dSAndreas Gohrvendor/*/*/docs/*
8441d51802SAndreas Gohrvendor/*/*/contrib/*
85530d6729SAndreas Gohrvendor/splitbrain/php-archive/apigen.neon
86530d6729SAndreas Gohrvendor/splitbrain/php-archive/generate-api.sh
87ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/build-phar.sh
88ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/dist/*
89ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/other/*
9059b616ccSAndreas Gohrvendor/simplepie/simplepie/db.sql
91cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/examples/*
92cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/screenshot*
93cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/generate-api.sh
94cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/apigen.neon
9551c79594SAndreas Gohr
96d32f8679SAndreas Gohr_test/vendor/
97acdf738aSAndreas Gohr
98049a05cfSDamien Regad# PHPUnit tests
99049a05cfSDamien Regadphpunit.phar
100852992b4SSyntaxseed*.phpunit.result.cache
101049a05cfSDamien Regad_test/data/
102077b7fe2SAndreas Gohr_test/.rector-cache/
103