##// END OF EJS Templates
update .gitignore for non-default themes + plugins (#13476)...
Toshi MARUYAMA -
r11396:e6f7e47547b5
parent child
Show More
@@ -1,34 +1,40
1 1 /.project
2 2 /.loadpath
3 3 /config/additional_environment.rb
4 4 /config/configuration.yml
5 5 /config/database.yml
6 6 /config/email.yml
7 7 /config/initializers/session_store.rb
8 8 /config/initializers/secret_token.rb
9 9 /coverage
10 10 /db/*.db
11 11 /db/*.sqlite3
12 12 /db/schema.rb
13 13 /files/*
14 14 /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
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/*
23 29 /tmp/sessions/*
24 30 /tmp/sockets/*
25 31 /tmp/test/*
26 32 /tmp/thumbnails/*
27 33 /vendor/cache
28 34 /vendor/rails
29 35 *.rbc
30 36
31 37 /.bundle
32 38 /Gemfile.lock
33 39 /Gemfile.local
34 40
General Comments 0
You need to be logged in to leave comments. Login now