##// END OF EJS Templates
add tmp/pdf directory (#12189)...
Toshi MARUYAMA -
r10490:9e7f71080f92
parent child
Show More
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
@@ -1,32 +1,33
1 /.project
1 /.project
2 /.loadpath
2 /.loadpath
3 /config/additional_environment.rb
3 /config/additional_environment.rb
4 /config/configuration.yml
4 /config/configuration.yml
5 /config/database.yml
5 /config/database.yml
6 /config/email.yml
6 /config/email.yml
7 /config/initializers/session_store.rb
7 /config/initializers/session_store.rb
8 /config/initializers/secret_token.rb
8 /config/initializers/secret_token.rb
9 /coverage
9 /coverage
10 /db/*.db
10 /db/*.db
11 /db/*.sqlite3
11 /db/*.sqlite3
12 /db/schema.rb
12 /db/schema.rb
13 /files/*
13 /files/*
14 /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
14 /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
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 /public/dispatch.*
18 /public/dispatch.*
19 /public/plugin_assets
19 /public/plugin_assets
20 /tmp/*
20 /tmp/*
21 /tmp/cache/*
21 /tmp/cache/*
22 /tmp/pdf/*
22 /tmp/sessions/*
23 /tmp/sessions/*
23 /tmp/sockets/*
24 /tmp/sockets/*
24 /tmp/test/*
25 /tmp/test/*
25 /vendor/cache
26 /vendor/cache
26 /vendor/rails
27 /vendor/rails
27 *.rbc
28 *.rbc
28
29
29 /.bundle
30 /.bundle
30 /Gemfile.lock
31 /Gemfile.lock
31 /Gemfile.local
32 /Gemfile.local
32
33
@@ -1,37 +1,38
1 syntax: glob
1 syntax: glob
2
2
3 .project
3 .project
4 .loadpath
4 .loadpath
5 config/additional_environment.rb
5 config/additional_environment.rb
6 config/configuration.yml
6 config/configuration.yml
7 config/database.yml
7 config/database.yml
8 config/email.yml
8 config/email.yml
9 config/initializers/session_store.rb
9 config/initializers/session_store.rb
10 config/initializers/secret_token.rb
10 config/initializers/secret_token.rb
11 coverage
11 coverage
12 db/*.db
12 db/*.db
13 db/*.sqlite3
13 db/*.sqlite3
14 db/schema.rb
14 db/schema.rb
15 files/*
15 files/*
16 lib/redmine/scm/adapters/mercurial/redminehelper.pyc
16 lib/redmine/scm/adapters/mercurial/redminehelper.pyc
17 lib/redmine/scm/adapters/mercurial/redminehelper.pyo
17 lib/redmine/scm/adapters/mercurial/redminehelper.pyo
18 log/*.log*
18 log/*.log*
19 log/mongrel_debug
19 log/mongrel_debug
20 public/dispatch.*
20 public/dispatch.*
21 public/plugin_assets
21 public/plugin_assets
22 tmp/*
22 tmp/*
23 tmp/cache/*
23 tmp/cache/*
24 tmp/pdf/*
24 tmp/sessions/*
25 tmp/sessions/*
25 tmp/sockets/*
26 tmp/sockets/*
26 tmp/test/*
27 tmp/test/*
27 vendor/cache
28 vendor/cache
28 vendor/rails
29 vendor/rails
29 *.rbc
30 *.rbc
30
31
31 .svn/
32 .svn/
32 .git/
33 .git/
33
34
34 .bundle
35 .bundle
35 Gemfile.lock
36 Gemfile.lock
36 Gemfile.local
37 Gemfile.local
37
38
General Comments 0
You need to be logged in to leave comments. Login now