Skip to content

Instantly share code, notes, and snippets.

@adimircolen
Created June 11, 2014 19:15
Show Gist options
  • Select an option

  • Save adimircolen/7c1ca0907c3cdc3c342a to your computer and use it in GitHub Desktop.

Select an option

Save adimircolen/7c1ca0907c3cdc3c342a to your computer and use it in GitHub Desktop.

Revisions

  1. adimircolen created this gist Jun 11, 2014.
    104 changes: 104 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,104 @@
    ## Rvm
    .ruby-gemset
    lib/config/env/development.js
    ## MacVim
    [._]*.s[a-w][a-z]
    [._]s[a-w][a-z]
    *.un~
    Session.vim
    .netrwhist
    *~

    ## OSX
    .DS_Store
    .AppleDouble
    .LSOverride

    # Icon must ends with two \r.
    Icon


    # Thumbnails
    ._*

    # Files that might appear on external disk
    .Spotlight-V100
    .Trashes

    ## TextMate
    *.tmproj
    *.tmproject
    tmtags
    tmtagsHistory

    ## Ruby
    *.gem
    *.rbc
    /.config
    /coverage/
    /InstalledFiles
    /pkg/
    /spec/reports/
    /test/tmp/
    /test/version_tmp/
    /tmp/

    ## 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

    ## Rails
    TODO
    *.rbc
    *.sassc
    .sass-cache
    capybara-*.html
    .rspec
    /log
    /tmp
    /db/*.sqlite3
    /public/system
    /coverage/
    /spec/tmp
    **.orig
    rerun.txt
    pickle-email-*.html
    config/initializers/secret_token.rb

    ## Environment normalisation:
    /.bundle
    /vendor/bundle

    # these should all be checked in to normalise the environment:
    # Gemfile.lock, .ruby-version, .ruby-gemset

    # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
    .rvmrc

    ## Node
    lib-cov
    *.seed
    *.log
    *.csv
    *.dat
    *.out
    *.pid
    *.gz

    pids
    logs
    results

    node_modules