chore: add .gitignore to protect config files

This commit is contained in:
whlaoding
2026-02-21 23:31:30 +08:00
parent e1c7822ed4
commit 75ff915654

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Ignore all files under configs/ except files ending with .sample
/configs/*
!/configs/*.sample
# Local env files and common secrets
.env
.env.local
*.key
*.pem
# Build outputs
/bin/
/*.exe
/*.exe~
# Editor temp files
*~
.DS_Store