Skip to content

Instantly share code, notes, and snippets.

@justin-c-rounds
Created October 25, 2017 18:47
Show Gist options
  • Select an option

  • Save justin-c-rounds/fba57b41a02ab8fe314acf8cb15b1fdb to your computer and use it in GitHub Desktop.

Select an option

Save justin-c-rounds/fba57b41a02ab8fe314acf8cb15b1fdb to your computer and use it in GitHub Desktop.

Revisions

  1. Justin C. Rounds created this gist Oct 25, 2017.
    42 changes: 42 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,42 @@
    ##################
    # Unity ignores:
    #
    # !!! WARNING !!!
    #
    # … you MUST convert Unity to using Metafiles *before* you start using this
    # .gitignore file, or you WILL lose data!
    #

    # OS X only:
    .DS_Store
    *.swp
    *.Trashes

    # All platforms:
    /[Ll]ibrary/
    /[Tt]emp/
    /[Oo]bj/
    /[Bb]uilds/

    # Autogenerated files
    *.csproj
    *.unityproj
    *.sln
    *.suo
    *.tmp
    *.user
    *.userprefs
    *.pidb
    *.booproj
    *.svd

    # Unity3D generated meta files
    *.pidb.meta

    # Unity3D Generated File On Crash Reports
    sysinfo.txt

    # Other
    bin
    test-results
    test-results.*