Last active
August 29, 2015 14:06
Revisions
-
andreypronin revised this gist
Oct 5, 2014 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,8 @@ /tmp /spec/tmp /spec/reports /test/tmp /test/version_tmp **.orig *.swp *~ @@ -25,11 +27,15 @@ mkmf.log # Ignore local config *.rbc *.gem .rvmrc .env # dotenv .vagrant .config .yardoc InstalledFiles _yardoc coverage /.bundle /vendor/bundle capybara-*.html -
andreypronin created this gist
Sep 21, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ # Ignore application configuration /config/application.yml /config/fog_credentials.yml # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal # Ignore all logfiles and tempfiles and local system/bin files /log /tmp /spec/tmp /spec/reports **.orig *.swp *~ *.so *.o *.a mkmf.log **/.DS_Store /bin *.sassc .sass-cache # Ignore local config *.rbc .rvmrc .env # dotenv .vagrant .config .yardoc /.bundle /vendor/bundle capybara-*.html .rspec rerun.txt pickle-email-*.html # Ignore TextMate files *.tmproj *.tmproject