xref: /dokuwiki/.gitignore (revision 077b7fe2fa650a6495f4e9fa288d8e89b73e8b8c)
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
15ca0bdf65SMike Frysinger/conf/*.local.conf
16ca0bdf65SMike Frysinger/conf/acl.auth.php
17ca0bdf65SMike Frysinger/conf/local.php
186e13d3e8SAndreas Gohr/conf/local.protected.php
19ca0bdf65SMike Frysinger/conf/users.auth.php
206e13d3e8SAndreas Gohr/conf/user*.css
216e13d3e8SAndreas Gohr/conf/user*.js
22ca0bdf65SMike Frysinger/conf/words.aspell
23e6cecb08SMichael Hamann/conf/lang/*
24e6cecb08SMichael Hamann/conf/plugin_lang/*
25b838050eSPiyush Mishra/conf/plugins.local.*
26ae6c41cbSAnika Henke/conf/tpl/*
276e13d3e8SAndreas Gohr/data/attic/*
286e13d3e8SAndreas Gohr/data/cache/*
296e13d3e8SAndreas Gohr/data/index/*
306e13d3e8SAndreas Gohr/data/locks/*
316dd99887SGerrit Uitslag/data/log/*
326e13d3e8SAndreas Gohr/data/media/*
33db836381SAndreas Gohr/data/media_meta/*
34db836381SAndreas Gohr/data/media_attic/*
356e13d3e8SAndreas Gohr/data/meta/*
36ae6c41cbSAnika Henke/data/tmp/*
37ddba3176SAndreas Gohr/data/pages/*
38ddba3176SAndreas Gohr!data/pages/wiki/
396e13d3e8SAndreas Gohr/lib/tpl/*
40e67fdd7bSMichael Hamann!/lib/tpl/dokuwiki
41e67fdd7bSMichael Hamann!/lib/tpl/index.php
426e13d3e8SAndreas Gohr/lib/plugins/*
43ae6c41cbSAnika Henke!/lib/plugins/acl
445d8f5686SAndreas Gohr!/lib/plugins/authad
455d8f5686SAndreas Gohr!/lib/plugins/authldap
465d8f5686SAndreas Gohr!/lib/plugins/authmysql
475d8f5686SAndreas Gohr!/lib/plugins/authpgsql
48f64dbc90SAndreas Gohr!/lib/plugins/authpdo
49c189f40bSAndreas Gohr!/lib/plugins/authplain
507349aca1SGuy Brand!/lib/plugins/config
51c7b9800aSMichael Hamann!/lib/plugins/extension
527349aca1SGuy Brand!/lib/plugins/info
537349aca1SGuy Brand!/lib/plugins/popularity
547349aca1SGuy Brand!/lib/plugins/revert
557349aca1SGuy Brand!/lib/plugins/safefnrecode
568b3eb08dSAndreas Gohr!/lib/plugins/styling
578c20cba5STobias Sarnowski!/lib/plugins/testing
587349aca1SGuy Brand!/lib/plugins/usermanager
5970cc2cbfSAndreas Gohr!/lib/plugins/logviewer
607349aca1SGuy Brand!/lib/plugins/action.php
617349aca1SGuy Brand!/lib/plugins/admin.php
62ae6c41cbSAnika Henke!/lib/plugins/auth.php
637349aca1SGuy Brand!/lib/plugins/index.html
64ae6c41cbSAnika Henke!/lib/plugins/remote.php
657349aca1SGuy Brand!/lib/plugins/syntax.php
66ae6c41cbSAnika Henkelib/images/*/local/*
67605f8e8dSAndreas Gohr
68605f8e8dSAndreas Gohr# composer default ignores
69853f1557SAndreas Gohrcomposer.phar
70853f1557SAndreas Gohrvendor/bin/*
7151c79594SAndreas Gohrvendor/*/*/phpunit.xml*
72313d3e75SChristopher Smithvendor/*/*/.travis.yml
736cb05674SAndreas Gohrvendor/*/*/.github
74853f1557SAndreas Gohrvendor/*/*/bin/*
75605f8e8dSAndreas Gohrvendor/*/*/tests/*
76605f8e8dSAndreas Gohrvendor/*/*/test/*
77605f8e8dSAndreas Gohrvendor/*/*/doc/*
78605f8e8dSAndreas Gohrvendor/*/*/docs/*
7941d51802SAndreas Gohrvendor/*/*/contrib/*
80530d6729SAndreas Gohrvendor/splitbrain/php-archive/apigen.neon
81530d6729SAndreas Gohrvendor/splitbrain/php-archive/generate-api.sh
82ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/build-phar.sh
83ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/dist/*
84ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/other/*
8559b616ccSAndreas Gohrvendor/simplepie/simplepie/db.sql
8651c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/package.sh
8751c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/lessify*
8851c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/Makefile
8951c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/plessc
90cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/examples/*
91cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/screenshot*
92cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/generate-api.sh
93cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/apigen.neon
9451c79594SAndreas Gohr
95acdf738aSAndreas Gohr_test/vendor/*/*/tests/*
96acdf738aSAndreas Gohr
97049a05cfSDamien Regad# PHPUnit tests
98049a05cfSDamien Regadphpunit.phar
99852992b4SSyntaxseed*.phpunit.result.cache
100049a05cfSDamien Regad_test/data/
101*077b7fe2SAndreas Gohr_test/.rector-cache/
102