Skip to content

Instantly share code, notes, and snippets.

@cajun-code
Created January 8, 2016 01:42
Show Gist options
  • Select an option

  • Save cajun-code/d364b860fb3f5a726b2b to your computer and use it in GitHub Desktop.

Select an option

Save cajun-code/d364b860fb3f5a726b2b to your computer and use it in GitHub Desktop.

Revisions

  1. cajun-code created this gist Jan 8, 2016.
    31 changes: 31 additions & 0 deletions gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    # =============== #
    # Unity generated #
    # =============== #
    Temp/
    Obj/
    UnityGenerated/
    Library/

    # ===================================== #
    # Visual Studio / MonoDevelop generated #
    # ===================================== #
    ExportedObj/
    *.svd
    *.userprefs
    *.pidb
    *.suo
    *.sln
    *.user
    *.csproj

    # ============ #
    # OS generated #
    # ============ #
    .DS_Store
    .DS_Store?
    ._*
    .Spotlight-V100
    .Trashes
    Icon?
    ehthumbs.db
    Thumbs.db