Created
August 26, 2011 17:24
-
-
Save stratequip/1173906 to your computer and use it in GitHub Desktop.
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
| # bundler state | |
| /.bundle | |
| /vendor/bundle/ | |
| # minimal Rails specific artifacts | |
| db/*.sqlite3 | |
| /log/* | |
| tmp/* | |
| # various artifacts | |
| **.war | |
| *.rbc | |
| *.sassc | |
| .rspec | |
| .sass-cache | |
| /config/config.yml | |
| /config/database.yml | |
| /coverage.data | |
| /coverage/ | |
| /db/*.javadb/ | |
| /db/*.sqlite3-journal | |
| /doc/api/ | |
| /doc/app/ | |
| /doc/features.html | |
| /doc/specs.html | |
| /public/cache | |
| /public/stylesheets/compiled | |
| /public/system | |
| /spec/tmp/* | |
| /cache | |
| /capybara* | |
| /capybara-*.html | |
| /capybara*.html | |
| /gems | |
| /rerun.txt | |
| #temporary file for spork reload | |
| SporkReloadfile.rb | |
| spec/SporkReloadfile.rb | |
| features/support/SporkReloadfile.rb | |
| # scm revert files | |
| **.orig | |
| # Mac finder artifacts | |
| .DS_Store | |
| # Netbeans project directory | |
| /nbproject/ | |
| # Textmate project files | |
| /*.tmpproj | |
| # vim artifacts | |
| **.swp | |
| *.vim | |
| /vim/* | |
| /.vim/* | |
| # Idea Workspace | |
| /.idea/* | |
| *.ipr | |
| *.iml | |
| *.iws | |
| .idea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment