diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-18 19:55:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 19:55:21 -0500 |
commit | 6039d07313f85c5c6b3be24b915af2b29c9bd849 (patch) | |
tree | 8a20553593bf1273e50697f9e560879272102013 | |
parent | e89e04390435f1e7628740d7b4ce1fe65ac218fd (diff) | |
parent | ff6c8c7d4dbb3f6011410d3aebe0010d970983a8 (diff) | |
download | gitignore-6039d07313f85c5c6b3be24b915af2b29c9bd849.tar.gz gitignore-6039d07313f85c5c6b3be24b915af2b29c9bd849.zip |
Merge pull request #3930 from F34th3R/main
-rw-r--r-- | community/DotNet/core.gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/community/DotNet/core.gitignore b/community/DotNet/core.gitignore new file mode 100644 index 00000000..c4d93934 --- /dev/null +++ b/community/DotNet/core.gitignore @@ -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/ + |