1
0
mirror of https://github.com/H0llyW00dzZ/GoGenAI-Terminal-Chat.git synced 2025-02-06 11:00:02 +00:00

Update Git Ignore

- [+] docs(.gitignore): clarify comments regarding test complexity
This commit is contained in:
H0llyW00dzZ 2024-02-05 00:24:01 +07:00
parent fa00b6254e
commit 7e6d762ecf
Signed by: H0llyW00dzZ
GPG Key ID: 05C7FFFC0845C930

2
.gitignore vendored
View File

@ -25,7 +25,7 @@ pprof_debug.go
# test test test are not important, since this repo mostly using standard library and simple function
# Reason: I prefer not to spend excessive effort writing a test function when this repository already contains an abundance of well-developed features.
# Additionally, writing tests should be reserved for stupid complex Go code, which may be more prone to errors and thus require more rigorous validation.
# Additionally, writing tests should be reserved for stupid complex Go code (e.g, complexity reached 10+), which may be more prone to errors and thus require more rigorous validation.
*_test.go
# Respect Privacy