Skip to content

Instantly share code, notes, and snippets.

@AlexHunterCodes
Created January 25, 2014 20:36

Revisions

  1. AlexHunterCodes created this gist Jan 25, 2014.
    93 changes: 93 additions & 0 deletions unity.gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,93 @@
    ### https://raw.github.com/github/gitignore/master/Global/Windows.gitignore

    # Windows image file caches
    Thumbs.db
    ehthumbs.db

    # Folder config file
    Desktop.ini

    # Recycle Bin used on file shares
    $RECYCLE.BIN/

    # Windows Installer files
    *.cab
    *.msi
    *.msm
    *.msp


    ### https://raw.github.com/github/gitignore/master/Global/Linux.gitignore

    *~


    ### https://raw.github.com/github/gitignore/master/Global/OSX.gitignore

    .DS_Store
    .AppleDouble
    .LSOverride

    # Icon must ends with two \r.
    Icon


    # Thumbnails
    ._*

    # Files that might appear on external disk
    .Spotlight-V100
    .Trashes


    ### https://raw.github.com/github/gitignore/master/Global/Archives.gitignore

    # It's better to unpack these files and commit the raw source because
    # git has its own built in compression methods.
    *.7z
    *.jar
    *.rar
    *.zip
    *.gz
    *.bzip
    *.bz2
    *.xz
    *.lzma
    *.cab

    #packing-only formats
    *.iso
    *.tar

    #package management formats
    *.dmg
    *.xpi
    *.gem
    *.egg
    *.deb
    *.rpm
    *.msi
    *.msm
    *.msp


    ### https://raw.github.com/github/gitignore/master/Unity.gitignore

    [Ll]ibrary/
    [Tt]emp/
    [Oo]bj/

    # Autogenerated VS/MD solution and project files
    /*.csproj
    /*.unityproj
    /*.sln
    /*.suo
    /*.user
    /*.pidb


    ### Custom rules for Unity

    /*.userprefs