Skip to content

Instantly share code, notes, and snippets.

@andreypronin
Last active August 29, 2015 14:06

Revisions

  1. andreypronin revised this gist Oct 5, 2014. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions .gitignore
    Original 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
  2. andreypronin created this gist Sep 21, 2014.
    42 changes: 42 additions & 0 deletions .gitignore
    Original 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