Skip to content

Commit

Permalink
ignore unrelated files
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Sep 23, 2024
1 parent 8625217 commit ceb3cd5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,18 @@ _testmain.go
*.test
*.prof

.vscode/
# Intellij
*.iml
.idea/

# VS Code
debug
debug_test
.vscode/

# Mac
.DS_Store

# go work
go.work
go.work.sum

0 comments on commit ceb3cd5

Please sign in to comment.