Skip to content

Commit

Permalink
feat!: Train to Rome
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Not working
  • Loading branch information
squillero committed Aug 2, 2024
1 parent b5c4325 commit bdcde5b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 2024-25/golang-demos/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
shortest-path/demo-sp
*.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
go.work.sum

# env file
.env

0 comments on commit bdcde5b

Please sign in to comment.