Skip to content

Instantly share code, notes, and snippets.

@redism
Last active April 5, 2018 01:19

Revisions

  1. redism revised this gist Apr 5, 2018. No changes.
  2. redism created this gist Sep 6, 2013.
    29 changes: 29 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    # OS generated files
    .DS_Store
    .DS_Store?
    ehthumbs.db
    Icon?
    Thumbs.db

    # XCode 4
    *.xcuserstate
    *.pbxuser
    *.mode1v3
    *.mode2v3
    *.perspectivev3
    xcuserdata/

    # node.js
    lib-cov
    *.seed
    *.log
    *.csv
    *.dat
    *.out
    *.pid
    *.gz
    pids
    logs
    results
    node_modules
    npm-debug.log