mirror of
https://github.com/coral/sipcord-bridge.git
synced 2026-04-12 12:32:32 -06:00
28 lines
239 B
Plaintext
28 lines
239 B
Plaintext
# Cargo build output
|
|
target/
|
|
debug/
|
|
|
|
# Rustfmt backup files
|
|
**/*.rs.bk
|
|
|
|
# MSVC debug info
|
|
*.pdb
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Temporary fax files
|
|
tmp/
|