Skip to content

Instantly share code, notes, and snippets.

@mahdi
Created August 2, 2011 08:10

Revisions

  1. Mahdi Taghizadeh revised this gist Aug 20, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -46,6 +46,6 @@ Ankh.NoLoad
    #Other
    .svn

    # Include DLLs if theyre in the NuGet packages directory
    # Include DLLs if they're in the NuGet packages directory
    !/packages/*/lib/*.dll
    !/packages/*/lib/*/*.dll
  2. Mahdi Taghizadeh revised this gist Aug 20, 2011. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -44,4 +44,8 @@ _ReSharper*/
    Ankh.NoLoad

    #Other
    .svn
    .svn

    # Include DLLs if they’re in the NuGet packages directory
    !/packages/*/lib/*.dll
    !/packages/*/lib/*/*.dll
  3. Mahdi Taghizadeh revised this gist Aug 16, 2011. 1 changed file with 31 additions and 7 deletions.
    38 changes: 31 additions & 7 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,23 +1,47 @@
    #Junk Files
    *.DS_Store
    [Tt]humbs.db

    #Visual Studio Files
    [Oo]bj
    [Bb]in
    [Dd]ebug
    [Bb]uild/
    *.user
    *.suo
    *.exe
    *.pdb
    *.aps
    *_i.c
    *_p.c
    *.ncb
    *.tlb
    *.tlh
    *.[Cc]ache
    *.bak
    *.ncb
    *.log
    *.ilk
    *.log
    *.lib
    *.sbr
    *.sdf
    ipch/
    *.dbmdl
    *.DS_Store
    _ReSharper.*
    *.resharper
    *.resharper.user
    Ankh.NoLoad
    *.csproj.user
    *.cache
    *.swp
    *.vspscc
    *.vssscc
    *.bak.*
    *.bak
    [Tt]humbs.db

    #Tools
    _ReSharper.*
    _ReSharper*/
    *.resharper
    *.resharper.user
    [Nn][Dd]epend[Oo]ut*/
    Ankh.NoLoad

    #Other
    .svn
  4. Mahdi Taghizadeh revised this gist Aug 16, 2011. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,6 @@
    *.log
    *.dbmdl
    *.DS_Store
    [Tt]humbs.db
    _ReSharper.*
    *.resharper
    *.resharper.user
    @@ -21,5 +20,4 @@ Ankh.NoLoad
    *.vssscc
    *.bak.*
    *.bak
    *.DS_Store
    [Tt]humbs.db
  5. Mahdi Taghizadeh revised this gist Aug 13, 2011. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,13 @@
    [Oo]bj
    [Bb]in
    [Dd]ebug
    *.user
    *.suo
    *.[Cc]ache
    *.bak
    *.ncb
    *.log
    *.dbmdl
    *.DS_Store
    [Tt]humbs.db
    _ReSharper.*
  6. Mahdi Taghizadeh created this gist Aug 2, 2011.
    23 changes: 23 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    [Oo]bj
    [Bb]in
    *.user
    *.suo
    *.[Cc]ache
    *.bak
    *.ncb
    *.log
    *.DS_Store
    [Tt]humbs.db
    _ReSharper.*
    *.resharper
    *.resharper.user
    Ankh.NoLoad
    *.csproj.user
    *.cache
    *.swp
    *.vspscc
    *.vssscc
    *.bak.*
    *.bak
    *.DS_Store
    [Tt]humbs.db