-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
84 lines (69 loc) · 824 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Visual Studio
.vs/
.vscode/
*.user
*.suo
*.vcxproj.user
*.pdb
*.cache
*.log
*.tlog
*.ide
# Build Results
bin/
obj/
out/
# Debugging files
*.pdb
# ASP.NET Specific
*.db
*.db-journal
App_Data/
wwwroot/
# Entity Framework
migrations/
# Rider & JetBrains
.idea/
.idea/**/*
*.sln.iml
*.DotSettings.user
*.DotSettings
# Sensitive Information
appsettings.json
appsettings.*.json
# Packages
*.nupkg
*.snupkg
packages/
*.dSYM/
# Code Coverage Results
*.coverage
*.coveragexml
coverage.opencover.xml
coverage.cobertura.xml
# Resharper Files
_ReSharper*/
*.DotSettings.user
# Others
*.sql
*.sqlite
*.sqlite3
*.swp
*.sln.docstates
# Git merge conflict files
*.orig
# Logs
*.log
logs/
# Docker
docker-compose.override.yml
*.dockerignore
# Temp files
*.tmp
*.temp
*.bak
*.old
# OS-specific files
Thumbs.db
.DS_Store
*.swp