We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea763b commit 57ffa26Copy full SHA for 57ffa26
1 file changed
.gitignore
@@ -0,0 +1,36 @@
1
+
2
+#Ignore thumbnails created by Windows
3
+Thumbs.db
4
+#Ignore files built by Visual Studio
5
+*.obj
6
+*.exe
7
+*.pdb
8
+*.user
9
+*.aps
10
+*.pch
11
+*.vspscc
12
+*_i.c
13
+*_p.c
14
+*.ncb
15
+*.suo
16
+*.tlb
17
+*.tlh
18
+*.bak
19
+*.cache
20
+*.ilk
21
+*.log
22
+[Bb]in
23
+[Dd]ebug*/
24
+*.lib
25
+*.sbr
26
+obj/
27
+[Rr]elease*/
28
+_ReSharper*/
29
+[Tt]est[Rr]esult*
30
+.vs/
31
+.idea/
32
+jre/
33
+sqlcl/
34
+#Nuget packages folder
35
+packages/
36
0 commit comments