chore: add gitignore for build artifacts, editor, and OS files

This commit is contained in:
2026-07-06 22:50:00 +03:30
parent b9542793ee
commit 861559ccca
4 changed files with 28 additions and 246 deletions

25
.gitignore vendored
View File

@@ -1 +1,24 @@
target/
# Rust build artifacts
target/
# Arch package build artifacts
pkg/arch/src/
pkg/arch/pkg/
pkg/arch/*.pkg.tar.*
pkg/arch/doh-forwarder/
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local