From 39615e27f90edda6c796372b9dbfa44f08aa1219 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Wed, 8 Dec 2021 15:41:21 -0600 Subject: [PATCH] =?UTF-8?q?Adding=20dotnet/core=20=F0=9F=A7=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 core.gitignore diff --git a/core.gitignore b/core.gitignore new file mode 100644 index 00000000..c4d93934 --- /dev/null +++ b/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/ +