##// END OF EJS Templates
reflect r13487 and r13488 svn:ignore changes to .hgignore and .gitignore (#8817)...
Toshi MARUYAMA -
r13110:be48d44fe7d9
parent child
Show More
@@ -1,42 +1,42
1 /.project
1 /.project
2 /.loadpath
2 /.loadpath
3 /.powrc
3 /.powrc
4 /.rvmrc
4 /.rvmrc
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 /plugins/*
20 /plugins/*
21 !/plugins/README
21 !/plugins/README
22 /public/dispatch.*
22 /public/dispatch.*
23 /public/plugin_assets
23 /public/plugin_assets/*
24 /public/themes/*
24 /public/themes/*
25 !/public/themes/alternate
25 !/public/themes/alternate
26 !/public/themes/classic
26 !/public/themes/classic
27 !/public/themes/README
27 !/public/themes/README
28 /tmp/*
28 /tmp/*
29 /tmp/cache/*
29 /tmp/cache/*
30 /tmp/pdf/*
30 /tmp/pdf/*
31 /tmp/sessions/*
31 /tmp/sessions/*
32 /tmp/sockets/*
32 /tmp/sockets/*
33 /tmp/test/*
33 /tmp/test/*
34 /tmp/thumbnails/*
34 /tmp/thumbnails/*
35 /vendor/cache
35 /vendor/cache
36 /vendor/rails
36 /vendor/rails
37 *.rbc
37 *.rbc
38
38
39 /.bundle
39 /.bundle
40 /Gemfile.lock
40 /Gemfile.lock
41 /Gemfile.local
41 /Gemfile.local
42
42
@@ -1,41 +1,41
1 syntax: glob
1 syntax: glob
2
2
3 .project
3 .project
4 .loadpath
4 .loadpath
5 .powrc
5 .powrc
6 .rvmrc
6 .rvmrc
7 config/additional_environment.rb
7 config/additional_environment.rb
8 config/configuration.yml
8 config/configuration.yml
9 config/database.yml
9 config/database.yml
10 config/email.yml
10 config/email.yml
11 config/initializers/session_store.rb
11 config/initializers/session_store.rb
12 config/initializers/secret_token.rb
12 config/initializers/secret_token.rb
13 coverage
13 coverage
14 db/*.db
14 db/*.db
15 db/*.sqlite3
15 db/*.sqlite3
16 db/schema.rb
16 db/schema.rb
17 files/*
17 files/*
18 lib/redmine/scm/adapters/mercurial/redminehelper.pyc
18 lib/redmine/scm/adapters/mercurial/redminehelper.pyc
19 lib/redmine/scm/adapters/mercurial/redminehelper.pyo
19 lib/redmine/scm/adapters/mercurial/redminehelper.pyo
20 log/*.log*
20 log/*.log*
21 log/mongrel_debug
21 log/mongrel_debug
22 public/dispatch.*
22 public/dispatch.*
23 public/plugin_assets
23 public/plugin_assets/*
24 tmp/*
24 tmp/*
25 tmp/cache/*
25 tmp/cache/*
26 tmp/pdf/*
26 tmp/pdf/*
27 tmp/sessions/*
27 tmp/sessions/*
28 tmp/sockets/*
28 tmp/sockets/*
29 tmp/test/*
29 tmp/test/*
30 tmp/thumbnails/*
30 tmp/thumbnails/*
31 vendor/cache
31 vendor/cache
32 vendor/rails
32 vendor/rails
33 *.rbc
33 *.rbc
34
34
35 .svn/
35 .svn/
36 .git/
36 .git/
37
37
38 .bundle
38 .bundle
39 Gemfile.lock
39 Gemfile.lock
40 Gemfile.local
40 Gemfile.local
41
41
General Comments 0
You need to be logged in to leave comments. Login now