Created
January 12, 2017 15:34
-
-
Save abrader/adc603c6aa7be5ac93236eb58b6f77d5 to your computer and use it in GitHub Desktop.
Git Ignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.gem | |
| *.rbc | |
| /.config | |
| /coverage/ | |
| /InstalledFiles | |
| /pkg/ | |
| /spec/reports/ | |
| /test/tmp/ | |
| /test/version_tmp/ | |
| /tmp/ | |
| ## Specific to RubyMotion/RubyMine/IntelliJ: | |
| .dat* | |
| .repl_history | |
| build/ | |
| /.idea/ | |
| ## Documentation cache and generated files: | |
| /.yardoc/ | |
| /_yardoc/ | |
| /doc/ | |
| /rdoc/ | |
| ## Environment normalisation: | |
| /.bundle/ | |
| /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 | |
| # log files | |
| *.log | |
| # generated fixtures | |
| spec/fixtures | |
| # keys for eyaml | |
| keys | |
| hieradata/*.eyaml | |
| Gemfile.lock | |
| Gemfile.local | |
| /graphs | |
| .vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment