Actualizar .hgignore
This commit is contained in:
parent
5dd2c2267f
commit
bb4beba114
1 changed files with 43 additions and 0 deletions
43
.hgignore
Normal file
43
.hgignore
Normal file
|
@ -0,0 +1,43 @@
|
|||
syntax: glob
|
||||
|
||||
.project
|
||||
.idea
|
||||
.loadpath
|
||||
.powrc
|
||||
.rvmrc
|
||||
.ruby-version
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue