]> source.dussan.org Git - gitignore.git/commitdiff
Adding dotnet/core 🧚
authorF34th3R <jafetlopezch@gmail.com>
Wed, 8 Dec 2021 21:41:21 +0000 (15:41 -0600)
committerF34th3R <jafetlopezch@gmail.com>
Wed, 8 Dec 2021 21:41:21 +0000 (15:41 -0600)
core.gitignore [new file with mode: 0644]

diff --git a/core.gitignore b/core.gitignore
new file mode 100644 (file)
index 0000000..c4d9393
--- /dev/null
@@ -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/
+