Last active
October 24, 2025 15:16
-
Star
(105)
You must be signed in to star a gist -
Fork
(20)
You must be signed in to fork a gist
-
-
Save vmandic/ac2ecc9c24f6899ee0ec46e4ce444a0e to your computer and use it in GitHub Desktop.
Revisions
-
vmandic revised this gist
Jan 12, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 customizable .gitignore file *.swp *.*~ -
vmandic revised this gist
Jan 12, 2021 . No changes.There are no files selected for viewing
-
vmandic revised this gist
Jan 12, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
vmandic created this gist
Feb 16, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/