File tree 1 file changed +66
-4
lines changed
1 file changed +66
-4
lines changed Original file line number Diff line number Diff line change
1
+ # User-specific files
2
+ * .suo
3
+ * .user
4
+ * .userosscache
5
+ * .sln.docstates
6
+
7
+ # Build results
8
+ [Dd ]ebug /
9
+ [Dd ]ebugPublic /
10
+ [Rr ]elease /
11
+ [Rr ]eleases /
12
+ x64 /
13
+ x86 /
14
+ bld /
15
+ [Bb ]in /
16
+ [Oo ]bj /
17
+ [Ll ]og /
18
+
19
+ # Build Results of an ATL Project
20
+ [Dd ]ebugPS /
21
+ [Rr ]eleasePS /
22
+ dlldata.c
23
+
24
+ * _i.c
25
+ * _p.c
26
+ * _i.h
27
+ * .ilk
28
+ * .meta
29
+ * .obj
30
+ * .pch
31
+ * .pdb
32
+ * .pgc
33
+ * .pgd
34
+ * .rsp
35
+ * .sbr
36
+ * .tlb
37
+ * .tli
38
+ * .tlh
39
+ * .tmp
40
+ * .tmp_proj
41
+ * .log
42
+ * .vspscc
43
+ * .vssscc
44
+ .builds
45
+ * .pidb
46
+ * .svclog
47
+ * .scc
48
+
49
+ # NuGet Packages
50
+ * .nupkg
51
+ # The packages folder can be ignored because of Package Restore
52
+ ** /packages /*
53
+ # except build/, which is used as an MSBuild target.
54
+ ! ** /packages /build /
55
+ # NuGet v3's project.json files produces more ignoreable files
56
+ * .nuget.props
57
+ * .nuget.targets
58
+
59
+ # Visual Studio
1
60
.vs
2
- obj /
3
- bin /
4
- FlatBuffer /
5
- .idea /
61
+
62
+ # JetBrains Rider
63
+ .idea /
64
+ * .sln.iml
65
+
66
+ # FlatBuffers
67
+ FlatBuffer /
You can’t perform that action at this time.
0 commit comments