.gitignore aktualisiert

This commit is contained in:
Turingon 2024-01-25 19:27:15 +00:00
parent e456ed4337
commit 2513476977

44
.gitignore vendored
View file

@ -1,34 +1,22 @@
# ---> C++ # ---> Go
# Prerequisites # If you prefer the allow list template instead of the deny list, see community template:
*.d # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Compiled Object files # Binaries for programs and plugins
*.slo *.exe
*.lo *.exe~
*.o *.dll
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so *.so
*.dylib *.dylib
*.dll
# Fortran module files # Test binary, built with `go test -c`
*.mod *.test
*.smod
# Compiled Static libraries # Output of the go coverage tool, specifically when used with LiteIDE
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out *.out
*.app
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work