Files
fibonacci/code/.gitignore
Rens Houben 0187d4031c
Some checks failed
Fibonacci container test / Containerize (push) Failing after 30s
Fibonacci unit tests / Run-unit-tests (push) Successful in 44s
Slightly cleaner error reporting.
2025-08-25 13:16:43 +02:00

18 lines
331 B
Plaintext

# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore
# Ignore everything
*
.env
# But not these files...
!/.gitignore
!functions/*.go
!*.go
!go.sum
!go.mod