diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-15 10:51:35 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-15 10:51:35 +0000 |
commit | e6f7e47547b5ef34e538a05345ad97773bf3df16 (patch) | |
tree | b0fc38fcc020e3a259baaef5cc648ba312783f59 /.gitignore | |
parent | d78d83f55394bbdac20dcf7ebff43ccc41ff9676 (diff) | |
download | redmine-e6f7e47547b5ef34e538a05345ad97773bf3df16.tar.gz redmine-e6f7e47547b5ef34e538a05345ad97773bf3df16.zip |
update .gitignore for non-default themes + plugins (#13476)
Contributed by Pieter Nicolai.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11626 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5e0f8882f..7b1ecfefb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,14 @@ /lib/redmine/scm/adapters/mercurial/redminehelper.pyo /log/*.log* /log/mongrel_debug +/plugins/* +!/plugins/README /public/dispatch.* /public/plugin_assets +/public/themes/* +!/public/themes/alternate +!/public/themes/classic +!/public/themes/README /tmp/* /tmp/cache/* /tmp/pdf/* |