mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 12:57:36 +03:00
Chore: Optimize .gitignore
Signed-off-by: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com>
This commit is contained in:
parent
d4bb7af4f3
commit
ee0159e136
1 changed files with 17 additions and 1 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -15,4 +15,20 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/config.d/
|
/config.d/
|
||||||
/venv/
|
/venv/
|
||||||
|
# Go related
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.test
|
||||||
|
*.out
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
# Directories like go.work and go.work.sum that are not commonly committed
|
||||||
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue