one git repo to rule them all\!
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -5,9 +5,47 @@
|
||||
# git config --global core.excludesfile '~/.gitignore_global'
|
||||
|
||||
# Ignore bundler config.
|
||||
/.bundle
|
||||
/ribica-back-office/.bundle
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*
|
||||
!/log/.keep
|
||||
/tmp
|
||||
/ribica-back-office/log/*
|
||||
!/ribica-back-office/log/.keep
|
||||
/ribica-back-office/tmp
|
||||
*.gem
|
||||
*.rbc
|
||||
/ribica-front-api/.config
|
||||
/ribica-front-api/coverage/
|
||||
/ribica-front-api/InstalledFiles
|
||||
/ribica-front-api/pkg/
|
||||
/ribica-front-api/spec/reports/
|
||||
/ribica-front-api/test/tmp/
|
||||
/ribica-front-api/test/version_tmp/
|
||||
/ribica-front-api/tmp/
|
||||
|
||||
## Specific to RubyMotion:
|
||||
.dat*
|
||||
.repl_history
|
||||
build/
|
||||
|
||||
## Documentation cache and generated files:
|
||||
/ribica-front-api/.yardoc/
|
||||
/ribica-front-api/_yardoc/
|
||||
/ribica-front-api/doc/
|
||||
/ribica-front-api/rdoc/
|
||||
|
||||
## Environment normalisation:
|
||||
/ribica-front-api/.bundle/
|
||||
/ribica-front-api/lib/bundler/man/
|
||||
|
||||
|
||||
# for a library or gem, you might want to ignore these files since the code is
|
||||
# intended to run in multiple environments; otherwise, check them in:
|
||||
# Gemfile.lock
|
||||
# .ruby-version
|
||||
# .ruby-gemset
|
||||
|
||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||
.rvmrc
|
||||
|
||||
# everyone has it's own configuration :)
|
||||
config.rb
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user