forked from net-daemon/netdaemon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
54 lines (43 loc) · 793 Bytes
/
.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
### 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
### 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.Development.json
**/core