-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy path.gitignore
71 lines (58 loc) · 1.15 KB
/
.gitignore
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
### NetDaemon ###
# Generated app files
_EntityExtensions*
# Build scripts
packages/
scripts/version.txt
# Other
.generated
**.DS_Store
### DotnetCore ###
# .NET Core build folders
[Bb]in/
[Oo]bj/
# MSTest test results
[Tt]est[Rr]esult*/
# Coverage files
lcov.info
codecover.json
code_cover.json
codecover
codecover.info
codecover_merged.json
codecover_merged.info
**/coverage.json
**/coverage.cobertura.xml
**/coverage.info
### VisualStudioCode ###
# Setting files
*.code-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/daemon.code-snippets
# History files
.history
### VisualStudio ###
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# Visual Studio 2015/2017 cache/options directory
.vs/
### Jetbrains / Rider ###
# User-specific files
.idea/
appsettings.[Dd]evelopment.json
**/core
# remove HA integration test files from git
tests/Integration/HA/config/*
!tests/Integration/HA/config/*.yaml
# remove codegenerated files
HomeAssistantGenerated.cs
EntityMetaData.json
ServicesMetaData.json