Skip to content

Instantly share code, notes, and snippets.

@dekart
Created February 25, 2019 05:44
Show Gist options
  • Select an option

  • Save dekart/aea4d4b984f57e722e8dc31c5dfa0557 to your computer and use it in GitHub Desktop.

Select an option

Save dekart/aea4d4b984f57e722e8dc31c5dfa0557 to your computer and use it in GitHub Desktop.

Revisions

  1. dekart created this gist Feb 25, 2019.
    38 changes: 38 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    [Ll]ibrary/
    [Tt]emp/
    [Oo]bj/
    [Bb]uild/
    [Bb]uilds/
    Assets/AssetStoreTools*

    # Visual Studio cache directory
    .vs/

    # Autogenerated VS/MD/Consulo solution and project files
    ExportedObj/
    .consulo/
    *.csproj
    *.unityproj
    *.sln
    *.suo
    *.tmp
    *.user
    *.userprefs
    *.pidb
    *.booproj
    *.svd
    *.pdb
    *.opendb

    # Unity3D generated meta files
    *.pidb.meta
    *.pdb.meta

    # Unity3D Generated File On Crash Reports
    sysinfo.txt

    # Builds
    *.apk
    *.unitypackage

    .DS_Store