-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (61 loc) · 1.22 KB
/
Copy path.gitignore
File metadata and controls
73 lines (61 loc) · 1.22 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
# Visual Studio / .NET
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
# Build
bin/
obj/
[Bb]uild/
[Ll]og/
# Release/Artifacts
# artifacts/ wird lokal für Builds/Release-Assets genutzt und soll standardmäßig NICHT im Repo landen.
# Ausnahme: Release Notes (Markdown) dürfen committed werden.
artifacts/**
# Wichtig: Wenn ein Ordner ignoriert ist, kann Git darin keine "unignored" Dateien finden.
# Daher Ordner wieder erlauben, damit RELEASE_*.md ohne -f hinzugefügt werden kann.
!artifacts/**/
!artifacts/**/RELEASE_BODY.md
!artifacts/**/RELEASE_NOTES.md
!artifacts/**/RELEASE_NOTES_EN.md
!artifacts/**/RELEASE_NOTES_*.md
!artifacts/**/RELEASE_*.md
# Lokale Audit-Ausgaben
artifacts/lang-audit-missing.*
# Große Binärdateien gehören nicht ins Repo
*.zip
*.sha256
# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
# NuGet
*.nupkg
# Paket Cache
packages/
# Logs
*.log
# Generated
**/Properties/Resources.Designer.cs
# Rider / JetBrains
.idea/
*.sln.iml
# Misc
Thumbs.db
Desktop.ini
*.orig
# Publish output
dist/
publish/
publish_test*/
*.sha256
# Publish variants
publish_*/
# Explicit publish dirs seen previously
publish_after_flatten/
publish_final/
publish_new/
publish_sc/
publish_fw_all/