From bdcde5b5da534193c4d4423e5afcdec2442156a9 Mon Sep 17 00:00:00 2001 From: Giovanni Squillero Date: Fri, 2 Aug 2024 19:33:42 +0200 Subject: [PATCH] feat!: Train to Rome BREAKING CHANGE: Not working --- 2024-25/golang-demos/.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 2024-25/golang-demos/.gitignore diff --git a/2024-25/golang-demos/.gitignore b/2024-25/golang-demos/.gitignore new file mode 100644 index 0000000..99101b3 --- /dev/null +++ b/2024-25/golang-demos/.gitignore @@ -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