chore: update .gitignore to ignore build artifacts and editor files

This commit is contained in:
HoangBD 2025-12-04 11:03:44 +07:00
parent 2ce5fde6e9
commit b8e8d8edab

31
.gitignore vendored
View file

@ -5,3 +5,34 @@
/internal/core/VERSION
/internal/servers/hls/hls.min.js
/internal/staticsources/rpicamera/mtxrpicam_*/
.env.example
*.env
*.exe
*.log
# Build outputs
bin/
/build/
/dist/
/out/
# Go
/vendor/
*.test
# Editors and OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
# Node (frontend)
client/node_modules/
# Binary artifact (explicit)
/mediamtx.exe
# Secrets (already included above, keep extra patterns)
.env.local
.env.*