Skip to content

Commit

Permalink
Merge pull request github#3930 from F34th3R/main
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Dec 19, 2021
2 parents e89e043 + ff6c8c7 commit 6039d07
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions community/DotNet/core.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/

# Visual Studio Code
.vscode

# Rider
.idea

# 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/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn

# Visual Studio 2015
.vs/

0 comments on commit 6039d07

Please sign in to comment.