##// 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 15 /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
16 16 /log/*.log*
17 17 /log/mongrel_debug
18 /plugins/*
19 !/plugins/README
18 20 /public/dispatch.*
19 21 /public/plugin_assets
22 /public/themes/*
23 !/public/themes/alternate
24 !/public/themes/classic
25 !/public/themes/README
20 26 /tmp/*
21 27 /tmp/cache/*
22 28 /tmp/pdf/*
General Comments 0
You need to be logged in to leave comments. Login now