-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (29 loc) · 736 Bytes
/
.gitignore
File metadata and controls
32 lines (29 loc) · 736 Bytes
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
# ==========================================
# .NET / C# Standard
# ==========================================
[Bb]in/
[Oo]bj/
[Tt]est[Rr]esults/
*.user
*.suo
*.userosscache
*.sln.docstates
# ==========================================
# IDEs (Visual Studio, Rider, VS Code)
# ==========================================
.vs/
.idea/
.vscode/
*.RiderPreferences
# ==========================================
# OS Files
# ==========================================
.DS_Store
Thumbs.db
# ==========================================
# SourceToAI & Custom Tooling
# ==========================================
# Ignoriere unsere lokal generierten AI-Feeds, falls das Output-Verzeichnis innerhalb der Solution liegt
AI_Feeds/
AI_Exports/
*.mdc~