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.
1 parent 53720d8 commit c7065fbCopy full SHA for c7065fb
.gitignore
@@ -0,0 +1,36 @@
1
+#Ignore thumbnails created by Windows
2
+Thumbs.db
3
+
4
+#Ignore metadata created by OSX
5
+.DS_Store
6
+._*
7
8
+#Ignore files created by Visual Studio
9
+.vs/
10
+*.user
11
+*.suo
12
+*.tmp_proj
13
+*.dbmdl
14
+*.dbproj.schemaview
15
+*.cache
16
+*.vsdoc
17
+[Oo]bj/
18
+[Bb]in/
19
+[Dd]ebug/
20
+[Rr]elease/
21
+[Rr][Cc]/
22
+[Cc]ode[Cc]overage/
23
+[Ff]x[Cc]op/
24
+[Ll]og/
25
+[Tt]emp/
26
27
+# Ignore NuGet Packages
28
+*.nupkg
29
+**/packages/*
30
31
+#Ignore files created by ReSharper
32
+_ReSharper*/
33
34
+#Ignore files created by NUnit
35
+TestResult.xml
36
+*.VisualState.xml
0 commit comments