-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 728 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (45 loc) · 728 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## Visual Studio / IDE
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
*.userprefs
## Build outputs
**/bin/
**/obj/
## NuGet
*.nupkg
*.snupkg
**/packages/
!**/packages/build/
nuget.config.user
## .NET user secrets & local config
**/appsettings.Development.json
**/secrets.json
## Publish output
**/publish/
**/PublishProfiles/
## Blazor WASM
wwwroot/_framework/
## EF Core migrations snapshot (keep migrations, ignore runtime snapshot if generated)
# Uncomment if you want to exclude:
# **/Migrations/
## SQLite databases
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
## Logs
*.log
logs/
## OS artifacts
.DS_Store
Thumbs.db
desktop.ini
## Plan directory (local planning notes)
Plan/
## Rider / JetBrains
.idea/
*.sln.iml