Reorganize .gitignore

- Add comment to regroup editor/IDE and temp files
- Move config-related excludes together with other DokuWiki ones
This commit is contained in:
Damien Regad 2021-02-06 01:03:53 +01:00
parent a5bc54e333
commit fa3a5b869c
1 changed files with 14 additions and 13 deletions

27
.gitignore vendored
View File

@ -1,3 +1,17 @@
# Editor and temporary files
*.swp
*.bak
*.old
*~
*.DS_Store
*.iml
.idea/
.buildpath
.project
.settings/
# DokuWiki
.htaccess
/conf/*.local.conf
/conf/acl.auth.php
/conf/local.php
@ -10,19 +24,6 @@
/conf/plugin_lang/*
/conf/plugins.local.*
/conf/tpl/*
.htaccess
*.swp
*.bak
*.old
*~
*.DS_Store
*.iml
.idea/
# Eclipse IDE
.buildpath
.project
.settings/
# DokuWiki
/data/attic/*
/data/cache/*
/data/index/*