Öffentliche Dateiansicht: Raw-Dateien, Tree, Releases und Issues sind ohne Login verfügbar.
.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
# Environment — never commit secrets
.env
.env.local
.env.*.local

# Build output
noxway
build/

# Logs
log/
*.log

# TLS certificates
certs/*.pem
certs/*.key
certs/*.crt
certs/*.cert

# Go tooling
coverage.out
test-results.xml
*.test

# OS
.DS_Store
Thumbs.db

.idea/
.vscode/
.claude/

Sprachen
Go 46%
JavaScript 45%
Markdown 3.3%
HTML 2.5%
YAML 1.7%
JSON 1.1%
Klonen
HTTPS