xref: /dokuwiki/.gitignore (revision 049a05cf604fcd79943558d64942a5c937a47d4d)
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/*
316e13d3e8SAndreas Gohr/data/media/*
32db836381SAndreas Gohr/data/media_meta/*
33db836381SAndreas Gohr/data/media_attic/*
346e13d3e8SAndreas Gohr/data/meta/*
356e13d3e8SAndreas Gohr/data/pages/*
36ae6c41cbSAnika Henke/data/tmp/*
374385447cSAnika Henke!/data/pages/wiki/dokuwiki.txt
384385447cSAnika Henke!/data/pages/wiki/syntax.txt
394385447cSAnika Henke!/data/pages/wiki/welcome.txt
406e13d3e8SAndreas Gohr/lib/tpl/*
41e67fdd7bSMichael Hamann!/lib/tpl/dokuwiki
42e67fdd7bSMichael Hamann!/lib/tpl/index.php
436e13d3e8SAndreas Gohr/lib/plugins/*
44ae6c41cbSAnika Henke!/lib/plugins/acl
455d8f5686SAndreas Gohr!/lib/plugins/authad
465d8f5686SAndreas Gohr!/lib/plugins/authldap
475d8f5686SAndreas Gohr!/lib/plugins/authmysql
485d8f5686SAndreas Gohr!/lib/plugins/authpgsql
49f64dbc90SAndreas Gohr!/lib/plugins/authpdo
50c189f40bSAndreas Gohr!/lib/plugins/authplain
517349aca1SGuy Brand!/lib/plugins/config
52c7b9800aSMichael Hamann!/lib/plugins/extension
537349aca1SGuy Brand!/lib/plugins/info
547349aca1SGuy Brand!/lib/plugins/popularity
557349aca1SGuy Brand!/lib/plugins/revert
567349aca1SGuy Brand!/lib/plugins/safefnrecode
578b3eb08dSAndreas Gohr!/lib/plugins/styling
588c20cba5STobias Sarnowski!/lib/plugins/testing
597349aca1SGuy Brand!/lib/plugins/usermanager
6070cc2cbfSAndreas Gohr!/lib/plugins/logviewer
617349aca1SGuy Brand!/lib/plugins/action.php
627349aca1SGuy Brand!/lib/plugins/admin.php
63ae6c41cbSAnika Henke!/lib/plugins/auth.php
647349aca1SGuy Brand!/lib/plugins/index.html
65ae6c41cbSAnika Henke!/lib/plugins/remote.php
667349aca1SGuy Brand!/lib/plugins/syntax.php
67ae6c41cbSAnika Henkelib/images/*/local/*
68605f8e8dSAndreas Gohr
69605f8e8dSAndreas Gohr# composer default ignores
70853f1557SAndreas Gohrcomposer.phar
71853f1557SAndreas Gohrvendor/bin/*
7251c79594SAndreas Gohrvendor/*/*/phpunit.xml*
73313d3e75SChristopher Smithvendor/*/*/.travis.yml
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
95*049a05cfSDamien Regad# PHPUnit tests
96*049a05cfSDamien Regadphpunit.phar
97*049a05cfSDamien Regad.phpunit.result.cache
98*049a05cfSDamien Regad_test/data/
99