We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e89e043 + ff6c8c7 commit 6039d07Copy full SHA for 6039d07
community/DotNet/core.gitignore
@@ -0,0 +1,38 @@
1
+*.swp
2
+*.*~
3
+project.lock.json
4
+.DS_Store
5
+*.pyc
6
+nupkg/
7
+
8
+# Visual Studio Code
9
+.vscode
10
11
+# Rider
12
+.idea
13
14
+# User-specific files
15
+*.suo
16
+*.user
17
+*.userosscache
18
+*.sln.docstates
19
20
+# Build results
21
+[Dd]ebug/
22
+[Dd]ebugPublic/
23
+[Rr]elease/
24
+[Rr]eleases/
25
+x64/
26
+x86/
27
+build/
28
+bld/
29
+[Bb]in/
30
+[Oo]bj/
31
+[Oo]ut/
32
+msbuild.log
33
+msbuild.err
34
+msbuild.wrn
35
36
+# Visual Studio 2015
37
+.vs/
38
0 commit comments