diff options
author | F34th3R <jafetlopezch@gmail.com> | 2021-12-08 15:41:21 -0600 |
---|---|---|
committer | F34th3R <jafetlopezch@gmail.com> | 2021-12-08 15:41:21 -0600 |
commit | 39615e27f90edda6c796372b9dbfa44f08aa1219 (patch) | |
tree | dbc02424125352736f0221aa0069f913b7372e1a | |
parent | 996b2a21b2c005a2eceae4beb1741e10c84f817c (diff) | |
download | gitignore-39615e27f90edda6c796372b9dbfa44f08aa1219.tar.gz gitignore-39615e27f90edda6c796372b9dbfa44f08aa1219.zip |
Adding dotnet/core 🧚
-rw-r--r-- | core.gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
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/ + |