Skip to content

Commit efd15b3

Browse files
committed
explicitly track known config files, gitignore the rest
fixes dokuwiki#4308
1 parent ac7091c commit efd15b3

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.gitignore

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,23 @@
1212

1313
# DokuWiki
1414
.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/*
15+
/conf/*
16+
!/conf/.htaccess
17+
!/conf/*.dist
18+
!/conf/acronyms.conf
19+
!/conf/dokuwiki.php
20+
!/conf/entities.conf
21+
!/conf/interwiki.conf
22+
!/conf/license.php
23+
!/conf/manifest.json
24+
!/conf/mediameta.php
25+
!/conf/mime.conf
26+
!/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
2732
/data/attic/*
2833
/data/cache/*
2934
/data/index/*

0 commit comments

Comments
 (0)