Skip to content

Instantly share code, notes, and snippets.

@heqiao
Created August 28, 2013 21:35

Revisions

  1. heqiao created this gist Aug 28, 2013.
    20 changes: 20 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    # Ignore bundler config.
    /.bundle

    # Ignore the default SQLite database.
    /db/*.sqlite3
    /db/*.sqlite3-journal

    # Ignore all logfiles and tempfiles.
    /log/*.log
    /tmp

    # Ignore other unneeded files.
    database.yml
    doc/
    *.swp
    *~
    .project
    .DS_Store
    .idea
    .secret