##// END OF EJS Templates
update .gitignore for non-default themes + plugins (#13476)...
Toshi MARUYAMA -
r11396:e6f7e47547b5
parent child
Show More
@@ -15,8 +15,14
15 /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
15 /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
16 /log/*.log*
16 /log/*.log*
17 /log/mongrel_debug
17 /log/mongrel_debug
18 /plugins/*
19 !/plugins/README
18 /public/dispatch.*
20 /public/dispatch.*
19 /public/plugin_assets
21 /public/plugin_assets
22 /public/themes/*
23 !/public/themes/alternate
24 !/public/themes/classic
25 !/public/themes/README
20 /tmp/*
26 /tmp/*
21 /tmp/cache/*
27 /tmp/cache/*
22 /tmp/pdf/*
28 /tmp/pdf/*
General Comments 0
You need to be logged in to leave comments. Login now