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