chore: add gitignore for build artifacts, editor, and OS files
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user