56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile '~/.gitignore_global'
|
|
|
|
# Ignore bundler config.
|
|
/back-office/.bundle
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/back-office/log/*
|
|
!/back-office/log/.keep
|
|
/back-office/tmp
|
|
/back-office/import.log
|
|
*.gem
|
|
*.rbc
|
|
/front-api/.config
|
|
/front-api/coverage/
|
|
/front-api/InstalledFiles
|
|
/front-api/pkg/
|
|
/front-api/spec/reports/
|
|
/front-api/test/tmp/
|
|
/front-api/test/version_tmp/
|
|
/front-api/tmp/
|
|
|
|
## Specific to RubyMotion:
|
|
.dat*
|
|
.repl_history
|
|
#build/
|
|
|
|
## Documentation cache and generated files:
|
|
/front-api/.yardoc/
|
|
/front-api/_yardoc/
|
|
/front-api/doc/
|
|
/front-api/rdoc/
|
|
|
|
## Environment normalisation:
|
|
/front-api/.bundle/
|
|
/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 its own configuration :)
|
|
config.rb
|
|
|
|
# bundle should be ignored
|
|
ribica.bundle.js
|