Skip to content

Commit

Permalink
Changed gitignore
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
MoeedDar committed May 15, 2023
1 parent a9c9062 commit 8ea4176
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
.data
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
vendor/

# Go workspace file
go.work

.database

0 comments on commit 8ea4176

Please sign in to comment.