65 lines
791 B
Plaintext
65 lines
791 B
Plaintext
# Build folders
|
|
bin/
|
|
obj/
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
x86/
|
|
AnyCPU/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Rider / JetBrains
|
|
.idea/
|
|
*.iml
|
|
|
|
# NuGet
|
|
packages/
|
|
*.nupkg
|
|
.nuget/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
SdkLog/
|
|
attendance_logs_*.txt
|
|
face_templates_log.txt
|
|
fingerprint_templates_log.txt
|
|
attendance_records.txt
|
|
|
|
# Local config / secrets
|
|
appsettings.Development.json
|
|
appsettings.Local.json
|
|
serviceconfig.Local.json
|
|
*.secret
|
|
*.env
|
|
serviceconfig.json
|
|
appsettings.json
|
|
|
|
# Publish output
|
|
publish/
|
|
out/
|
|
|
|
# Test / temp files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.old
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# If SDK DLLs are local/generated and should not be committed
|
|
# Uncomment only if you do NOT want them in repo
|
|
# HCNetSDK/
|
|
# *.dll
|
|
|
|
# Keep sample configs if needed
|
|
# !serviceconfig.json
|
|
# !appsettings.json |