Skip to content

Instantly share code, notes, and snippets.

@vmandic
Last active October 24, 2025 15:16
Show Gist options
  • Select an option

  • Save vmandic/ac2ecc9c24f6899ee0ec46e4ce444a0e to your computer and use it in GitHub Desktop.

Select an option

Save vmandic/ac2ecc9c24f6899ee0ec46e4ce444a0e to your computer and use it in GitHub Desktop.

Revisions

  1. vmandic revised this gist Jan 12, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dotnet core .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customized .gitignore file
    # From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customizable .gitignore file

    *.swp
    *.*~
  2. vmandic revised this gist Jan 12, 2021. No changes.
  3. vmandic revised this gist Jan 12, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions dotnet core .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customized .gitignore file

    *.swp
    *.*~
    project.lock.json
  4. vmandic created this gist Feb 16, 2018.
    32 changes: 32 additions & 0 deletions dotnet core .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    *.swp
    *.*~
    project.lock.json
    .DS_Store
    *.pyc

    # Visual Studio Code
    .vscode

    # User-specific files
    *.suo
    *.user
    *.userosscache
    *.sln.docstates

    # Build results
    [Dd]ebug/
    [Dd]ebugPublic/
    [Rr]elease/
    [Rr]eleases/
    x64/
    x86/
    build/
    bld/
    [Bb]in/
    [Oo]bj/
    msbuild.log
    msbuild.err
    msbuild.wrn

    # Visual Studio 2015
    .vs/