-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (97 loc) · 1.21 KB
/
.gitignore
File metadata and controls
115 lines (97 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Build results
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
# Visual Studio user-specific files
.vs/
*.user
*.userosscache
*.suo
*.sdf
*.opensdf
*.VC.db
*.VC.VC.opendb
# NuGet packages
*.nupkg
*.snupkg
# Uncomment if you have a local NuGet packages folder
# packages/
!**/packages/build/
!**/packages/repositories.config
# Visual Studio generated files
*.obj
*.pdb
*.cache
*.ilk
*.log
*.tlog
*.idb
*.ipch
*.iobj
*.ipdb
# Build logs
*.log
*.tlog
*.wrn
*.err
# Auto-generated code
*.g.*
*.i.*
*_i.c
*_p.c
*_h.h
*.meta
# Test results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.trx
*.coverage
*.coveragexml
# Temporary files
*.tmp
*.temp
*.bak
*.swp
*.lock
# Windows image cache files
Thumbs.db
ehthumbs.db
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# JetBrains Rider
.idea/
*.sln.iml
# Visual Studio Code
.vscode/
.history/
# Publish output
[Pp]ublish/
publish/
*.Publish.xml
# WPF specific: Generated resources
*.baml
*.g.cs
*.g.i.cs
*.Generated.cs
# Local settings
appsettings.Local.json
appsettings.Development.json
# MSBuild binary and log
*.binlog
# Resharper
_ReSharper*/
*.DotSettings.user
# Entity Framework
Migrations/obj/
# Other
*.dbmdl
*.mdf
*.ldf