From a5e0c70ee28c79a73ba0a7b28c9ebb019cdd1f2a Mon Sep 17 00:00:00 2001 From: David Rochow Date: Fri, 28 Jun 2024 11:28:13 +0200 Subject: [PATCH] chore: added initial git ignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f5070af1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +#Local env files +.env + +#IntelliJ dev files +.idea/ + +# Binaries for programs and plugins +*.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/ +.vscode +.DS_Store + +# Heureka specifics +build/ +.db/ +.env \ No newline at end of file