redmine/.hgignore
Toshi MARUYAMA 11ac6bf060 add config/secrets.yml to .gitignore and .hgignore (#20292)
Contributed by Benjamin Petersen.

git-svn-id: http://svn.redmine.org/redmine/trunk@14440 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-07-12 10:42:39 +00:00

42 lines
615 B
Plaintext

syntax: glob
.project
.loadpath
.powrc
.rvmrc
config/additional_environment.rb
config/configuration.yml
config/database.yml
config/email.yml
config/secrets.yml
config/initializers/session_store.rb
config/initializers/secret_token.rb
coverage
db/*.db
db/*.sqlite3
db/schema.rb
files/*
lib/redmine/scm/adapters/mercurial/redminehelper.pyc
lib/redmine/scm/adapters/mercurial/redminehelper.pyo
log/*.log*
log/mongrel_debug
public/dispatch.*
public/plugin_assets/*
tmp/*
tmp/cache/*
tmp/pdf/*
tmp/sessions/*
tmp/sockets/*
tmp/test/*
tmp/thumbnails/*
vendor/cache
*.rbc
.svn/
.git/
.bundle
Gemfile.lock
Gemfile.local