-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
125 lines (109 loc) · 1.17 KB
/
.gitignore
File metadata and controls
125 lines (109 loc) · 1.17 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Environment and Secrets
.env
.env.local
.env.*.local
*.env
.envrc
.secrets
secrets/
*.pem
*.key
*.crt
*.p12
*.pfx
# Local configuration (keep .example versions)
local.settings.json
appsettings.Development.json
appsettings.Local.json
*.local.json
config.local.*
# IDE and Editor
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# Build outputs
bin/
obj/
out/
dist/
build/
target/
*.dll
*.exe
*.pdb
*.mdb
*.so
*.dylib
# Test and Coverage
coverage/
*.lcov
.nyc_output/
htmlcov/
.coverage
.coverage.*
*.cover
test-results/
TestResults/
# Logs
logs/
*.log
# OS generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# .NET
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
artifacts/
# Azure
.azure/
azurite/
__azurite*
__blobstorage__/
__queuestorage__/
__tablestorage__/
# Docker
.docker/
# Temporary files
tmp/
temp/
*.tmp
*.temp
*.bak
*.backup
*.old
# Cache
.cache/
*.cache
*.tsbuildinfo
# Debug
.debug/
*.dmp
# Local development databases
*.db
*.sqlite
*.sqlite3
*.mdf
*.ldf
# Local JSON storage (runtime data)
data/
# Windows artifacts
nul