Skip to content

Instantly share code, notes, and snippets.

@xlfishbone
Forked from kmorcinek/.gitignore
Created September 3, 2016 03:10
Show Gist options
  • Select an option

  • Save xlfishbone/d97a5eb8fceaa0038c70fc2dfab11c8c to your computer and use it in GitHub Desktop.

Select an option

Save xlfishbone/d97a5eb8fceaa0038c70fc2dfab11c8c to your computer and use it in GitHub Desktop.

Revisions

  1. @kmorcinek kmorcinek revised this gist Aug 28, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # Download this file using PowerShell v3 under Windows with the following comand
    # Download this file using PowerShell v3 under Windows with the following comand:
    # Invoke-WebRequest https://gist.github.com/kmorcinek/2710267/raw/ -OutFile .gitignore
    # or wget:
    # wget --no-check-certificate http://gist.github.com/kmorcinek/2710267/raw/.gitignore

    # User-specific files
    *.suo
  2. @kmorcinek kmorcinek revised this gist Apr 12, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -183,6 +183,9 @@ $RECYCLE.BIN/
    # Visual Studio 2014 CTP
    **/*.sln.ide

    # Visual Studio temp something
    .vs/

    #####
    # End of core ignore list, below put you custom 'per project' settings (patterns or path)
    #####
  3. @kmorcinek kmorcinek revised this gist Apr 12, 2016. 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
    @@ -181,4 +181,8 @@ $RECYCLE.BIN/
    .sass-cache

    # Visual Studio 2014 CTP
    **/*.sln.ide
    **/*.sln.ide

    #####
    # End of core ignore list, below put you custom 'per project' settings (patterns or path)
    #####
  4. @kmorcinek kmorcinek revised this gist Apr 12, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -146,6 +146,9 @@ UpgradeLog*.htm
    # svn
    .svn

    # Remainings from resolvings conflicts in Source Control
    *.orig

    # SQL Server files
    **/App_Data/*.mdf
    **/App_Data/*.ldf
  5. @kmorcinek kmorcinek revised this gist Apr 12, 2016. 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
    @@ -54,9 +54,7 @@ build/

    # OS generated files #
    .DS_Store*
    ehthumbs.db
    Icon?
    Thumbs.db

    # Visual C++ cache files
    ipch/
  6. @kmorcinek kmorcinek revised this gist Apr 12, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -115,7 +115,6 @@ csx
    AppPackages/

    # Others
    sql/
    *.Cache
    ClientBin/
    [Ss]tyle[Cc]op.*
  7. @kmorcinek kmorcinek revised this gist Oct 5, 2015. 1 changed file with 8 additions and 6 deletions.
    14 changes: 8 additions & 6 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -15,8 +15,14 @@ build/
    [Bb]in/
    [Oo]bj/

    # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
    !packages/*/build/
    # NuGet Packages
    *.nupkg
    # The packages folder can be ignored because of Package Restore
    **/packages/*
    # except build/, which is used as an MSBuild target.
    !**/packages/build/
    # Uncomment if necessary however generally it will be regenerated when needed
    #!**/packages/repositories.config

    # MSTest test Results
    [Tt]est[Rr]esult*/
    @@ -101,10 +107,6 @@ publish/
    # Publish Web Output
    *.Publish.xml

    # NuGet Packages Directory
    ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
    #packages/

    # Windows Azure Build Output
    csx
    *.build.csdef
  8. @kmorcinek kmorcinek revised this gist Sep 18, 2014. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -176,4 +176,7 @@ $RECYCLE.BIN/
    .DS_Store

    # SASS Compiler cache
    .sass-cache
    .sass-cache

    # Visual Studio 2014 CTP
    **/*.sln.ide
  9. @kmorcinek kmorcinek revised this gist Sep 9, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ## Ignore Visual Studio temporary files, build results, and
    ## files generated by popular Visual Studio add-ons.
    # Download this file using PowerShell v3 under Windows with the following comand
    # Invoke-WebRequest https://gist.github.com/kmorcinek/2710267/raw/ -OutFile .gitignore

    # User-specific files
    *.suo
  10. @kmorcinek kmorcinek renamed this gist Sep 9, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  11. @kmorcinek kmorcinek renamed this gist Sep 9, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  12. @kmorcinek kmorcinek revised this gist Sep 9, 2014. 1 changed file with 157 additions and 57 deletions.
    214 changes: 157 additions & 57 deletions gitignore.txt
    Original file line number Diff line number Diff line change
    @@ -1,79 +1,179 @@
    #git ls-files –others –exclude-from=.git/info/exclude
    # Lines that start with ‘#’ are comments.
    # For a project mostly in C, the following would be a good set of
    # exclude patterns (uncomment them if you want to use them):
    # *.[oa]
    # *~
    # there are two bins here because apparently Silverlight calls the folder Bin instead of bin
    # these folders should never be checked in as this contains the compiled code for configurations
    bin
    Bin
    bin/*
    Bin/*
    obj
    Obj
    # this is a Visual Studio user solution file, it contains your personal settings and should not be checked in
    # if sharing the repo with other people, if it is just your repo you can remove this
    ## Ignore Visual Studio temporary files, build results, and
    ## files generated by popular Visual Studio add-ons.

    # User-specific files
    *.suo
    # this folder is created when using RIA Services with a Silverlight application, the code from one project
    # is copied here, thus it shouldn’t be checked into source control
    Generated_Code
    # Projects can also have user settings so this ignores those files as well
    *.user
    *.sln.docstates

    # Build results

    [Dd]ebug/
    [Rr]elease/
    x64/
    build/
    [Bb]in/
    [Oo]bj/

    # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
    !packages/*/build/

    # MSTest test Results
    [Tt]est[Rr]esult*/
    [Bb]uild[Ll]og.*

    # Compiled source #
    ###################
    *.com
    *.class
    # *.dll
    *.exe
    *.o
    *.so

    # Packages #
    ############
    # it's better to unpack these files and commit the raw source
    # git has its own built in compression methods
    *.7z
    *.dmg
    *.gz
    *.iso
    *.jar
    *.rar
    *.tar
    *.zip

    # Logs and databases #
    ######################
    *_i.c
    *_p.c
    *.ilk
    *.meta
    *.obj
    *.pch
    *.pdb
    *.pgc
    *.pgd
    *.rsp
    *.sbr
    *.tlb
    *.tli
    *.tlh
    *.tmp
    *.tmp_proj
    *.log
    *.sql
    *.sqlite
    *.vspscc
    *.vssscc
    .builds
    *.pidb
    *.log
    *.scc

    # OS generated files #
    ######################
    .DS_Store*
    ehthumbs.db
    Icon?
    Thumbs.db

    # below are rules added by me (@kmorcinek)
    # Visual C++ cache files
    ipch/
    *.aps
    *.ncb
    *.opensdf
    *.sdf
    *.cachefile

    # Visual Studio profiler
    *.psess
    *.vsp
    *.vspx

    # Guidance Automation Toolkit
    *.gpState

    # ReSharper is a .NET coding add-in
    _ReSharper*/
    *.[Rr]e[Ss]harper

    # TeamCity is a build add-in
    _TeamCity*

    # DotCover is a Code Coverage Tool
    *.dotCover

    # NCrunch
    *.crunchsolution.cache
    *.ncrunchsolution
    *.ncrunchproject
    *.ncrunch*
    .*crunch*.local.xml

    # Installshield output folder
    [Ee]xpress/

    # DocProject is a documentation generator add-in
    DocProject/buildhelp/
    DocProject/Help/*.HxT
    DocProject/Help/*.HxC
    DocProject/Help/*.hhc
    DocProject/Help/*.hhk
    DocProject/Help/*.hhp
    DocProject/Help/Html2
    DocProject/Help/html

    # Click-Once directory
    publish/

    # Publish Web Output
    *.Publish.xml

    # NuGet Packages Directory
    ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
    #packages/

    # Resharper
    _ReSharper.*
    # Windows Azure Build Output
    csx
    *.build.csdef

    # Windows Store app package directory
    AppPackages/

    # Others
    sql/
    *.Cache
    ClientBin/
    [Ss]tyle[Cc]op.*
    ~$*
    *~
    *.dbmdl
    *.[Pp]ublish.xml
    *.pfx
    *.publishsettings
    modulesbin/
    tempbin/

    # EPiServer Site file (VPP)
    AppData/

    # RIA/Silverlight projects
    Generated_Code/

    # Backup & report files from converting an old project file to a newer
    # Visual Studio version. Backup files are not needed, because we have git ;-)
    _UpgradeReport_Files/
    Backup*/
    UpgradeLog*.XML
    UpgradeLog*.htm

    # vim
    *.txt~
    *.swp
    *.swo

    # svn
    .svn

    # My specific Visual Studio
    *.vsp
    *.psess
    # SQL Server files
    **/App_Data/*.mdf
    **/App_Data/*.ldf
    **/App_Data/*.sdf


    #LightSwitch generated files
    GeneratedArtifacts/
    _Pvt_Extensions/
    ModelManifest.xml

    # =========================
    # Windows detritus
    # =========================

    # Windows image file caches
    Thumbs.db
    ehthumbs.db

    # Folder config file
    Desktop.ini

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

    # Mac desktop service store files
    .DS_Store

    # SASS Compiler cache
    .sass-cache
  13. @kmorcinek kmorcinek revised this gist Dec 11, 2012. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion gitignore.txt
    Original file line number Diff line number Diff line change
    @@ -71,6 +71,9 @@ _ReSharper.*
    *.swp
    *.swo

    # svn
    .svn

    # My specific Visual Studio
    *.vsp
    *.psess
    *.psess
  14. @kmorcinek kmorcinek revised this gist May 24, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gitignore.txt
    Original file line number Diff line number Diff line change
    @@ -68,6 +68,8 @@ _ReSharper.*

    # vim
    *.txt~
    *.swp
    *.swo

    # My specific Visual Studio
    *.vsp
  15. @kmorcinek kmorcinek revised this gist May 23, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gitignore.txt
    Original file line number Diff line number Diff line change
    @@ -70,4 +70,5 @@ _ReSharper.*
    *.txt~

    # My specific Visual Studio
    *.vsp
    *.vsp
    *.psess
  16. @kmorcinek kmorcinek created this gist May 16, 2012.
    73 changes: 73 additions & 0 deletions gitignore.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,73 @@
    #git ls-files –others –exclude-from=.git/info/exclude
    # Lines that start with ‘#’ are comments.
    # For a project mostly in C, the following would be a good set of
    # exclude patterns (uncomment them if you want to use them):
    # *.[oa]
    # *~
    # there are two bins here because apparently Silverlight calls the folder Bin instead of bin
    # these folders should never be checked in as this contains the compiled code for configurations
    bin
    Bin
    bin/*
    Bin/*
    obj
    Obj
    # this is a Visual Studio user solution file, it contains your personal settings and should not be checked in
    # if sharing the repo with other people, if it is just your repo you can remove this
    *.suo
    # this folder is created when using RIA Services with a Silverlight application, the code from one project
    # is copied here, thus it shouldn’t be checked into source control
    Generated_Code
    # Projects can also have user settings so this ignores those files as well
    *.user

    # Compiled source #
    ###################
    *.com
    *.class
    # *.dll
    *.exe
    *.o
    *.so

    # Packages #
    ############
    # it's better to unpack these files and commit the raw source
    # git has its own built in compression methods
    *.7z
    *.dmg
    *.gz
    *.iso
    *.jar
    *.rar
    *.tar
    *.zip

    # Logs and databases #
    ######################
    *.log
    *.sql
    *.sqlite

    # OS generated files #
    ######################
    .DS_Store*
    ehthumbs.db
    Icon?
    Thumbs.db

    # below are rules added by me (@kmorcinek)

    # NCrunch
    *.crunchsolution.cache
    *.ncrunchsolution
    *.ncrunchproject

    # Resharper
    _ReSharper.*

    # vim
    *.txt~

    # My specific Visual Studio
    *.vsp