xref: /dokuwiki/.gitignore (revision 6dd998877521c56871ba43e97f2fa2590a9a69cf)
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/*
31*6dd99887SGerrit Uitslag/data/log/*
326e13d3e8SAndreas Gohr/data/media/*
33db836381SAndreas Gohr/data/media_meta/*
34db836381SAndreas Gohr/data/media_attic/*
356e13d3e8SAndreas Gohr/data/meta/*
366e13d3e8SAndreas Gohr/data/pages/*
37ae6c41cbSAnika Henke/data/tmp/*
384385447cSAnika Henke!/data/pages/wiki/dokuwiki.txt
394385447cSAnika Henke!/data/pages/wiki/syntax.txt
404385447cSAnika Henke!/data/pages/wiki/welcome.txt
416e13d3e8SAndreas Gohr/lib/tpl/*
42e67fdd7bSMichael Hamann!/lib/tpl/dokuwiki
43e67fdd7bSMichael Hamann!/lib/tpl/index.php
446e13d3e8SAndreas Gohr/lib/plugins/*
45ae6c41cbSAnika Henke!/lib/plugins/acl
465d8f5686SAndreas Gohr!/lib/plugins/authad
475d8f5686SAndreas Gohr!/lib/plugins/authldap
485d8f5686SAndreas Gohr!/lib/plugins/authmysql
495d8f5686SAndreas Gohr!/lib/plugins/authpgsql
50f64dbc90SAndreas Gohr!/lib/plugins/authpdo
51c189f40bSAndreas Gohr!/lib/plugins/authplain
527349aca1SGuy Brand!/lib/plugins/config
53c7b9800aSMichael Hamann!/lib/plugins/extension
547349aca1SGuy Brand!/lib/plugins/info
557349aca1SGuy Brand!/lib/plugins/popularity
567349aca1SGuy Brand!/lib/plugins/revert
577349aca1SGuy Brand!/lib/plugins/safefnrecode
588b3eb08dSAndreas Gohr!/lib/plugins/styling
598c20cba5STobias Sarnowski!/lib/plugins/testing
607349aca1SGuy Brand!/lib/plugins/usermanager
6170cc2cbfSAndreas Gohr!/lib/plugins/logviewer
627349aca1SGuy Brand!/lib/plugins/action.php
637349aca1SGuy Brand!/lib/plugins/admin.php
64ae6c41cbSAnika Henke!/lib/plugins/auth.php
657349aca1SGuy Brand!/lib/plugins/index.html
66ae6c41cbSAnika Henke!/lib/plugins/remote.php
677349aca1SGuy Brand!/lib/plugins/syntax.php
68ae6c41cbSAnika Henkelib/images/*/local/*
69605f8e8dSAndreas Gohr
70605f8e8dSAndreas Gohr# composer default ignores
71853f1557SAndreas Gohrcomposer.phar
72853f1557SAndreas Gohrvendor/bin/*
7351c79594SAndreas Gohrvendor/*/*/phpunit.xml*
74313d3e75SChristopher Smithvendor/*/*/.travis.yml
756cb05674SAndreas Gohrvendor/*/*/.github
76853f1557SAndreas Gohrvendor/*/*/bin/*
77605f8e8dSAndreas Gohrvendor/*/*/tests/*
78605f8e8dSAndreas Gohrvendor/*/*/test/*
79605f8e8dSAndreas Gohrvendor/*/*/doc/*
80605f8e8dSAndreas Gohrvendor/*/*/docs/*
8141d51802SAndreas Gohrvendor/*/*/contrib/*
82530d6729SAndreas Gohrvendor/splitbrain/php-archive/apigen.neon
83530d6729SAndreas Gohrvendor/splitbrain/php-archive/generate-api.sh
84ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/build-phar.sh
85ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/dist/*
86ea9ebb1cSAndreas Gohrvendor/paragonie/random_compat/other/*
8759b616ccSAndreas Gohrvendor/simplepie/simplepie/db.sql
8851c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/package.sh
8951c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/lessify*
9051c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/Makefile
9151c79594SAndreas Gohrvendor/marcusschwarz/lesserphp/plessc
92cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/examples/*
93cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/screenshot*
94cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/generate-api.sh
95cbeaa4a0SAndreas Gohrvendor/splitbrain/php-cli/apigen.neon
9651c79594SAndreas Gohr
97049a05cfSDamien Regad# PHPUnit tests
98049a05cfSDamien Regadphpunit.phar
99852992b4SSyntaxseed*.phpunit.result.cache
100049a05cfSDamien Regad_test/data/
101