We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7091c commit efd15b3Copy full SHA for efd15b3
.gitignore
@@ -12,18 +12,23 @@
12
13
# DokuWiki
14
.htaccess
15
-/conf/*.local.conf
16
-/conf/acl.auth.php
17
-/conf/local.php
18
-/conf/local.protected.php
19
-/conf/users.auth.php
20
-/conf/user*.css
21
-/conf/user*.js
22
-/conf/words.aspell
23
-/conf/lang/*
24
-/conf/plugin_lang/*
25
-/conf/plugins.local.*
26
-/conf/tpl/*
+/conf/*
+!/conf/.htaccess
+!/conf/*.dist
+!/conf/acronyms.conf
+!/conf/dokuwiki.php
+!/conf/entities.conf
+!/conf/interwiki.conf
+!/conf/license.php
+!/conf/manifest.json
+!/conf/mediameta.php
+!/conf/mime.conf
+!/conf/mysql.conf.php.example
27
+!/conf/plugins.php
28
+!/conf/plugins.required.php
29
+!/conf/scheme.conf
30
+!/conf/smileys.conf
31
+!/conf/wordblock.conf
32
/data/attic/*
33
/data/cache/*
34
/data/index/*
0 commit comments