update gitignore

This commit is contained in:
U1tr0n 2024-09-02 12:30:39 +05:00
parent 9614211fd5
commit 924963eeef
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ cs
cs.exe
ts
ts.exe
log
logs

2
go.mod
View File

@ -13,5 +13,5 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/joho/godotenv v1.5.1
golang.org/x/text v0.14.0 // indirect
gorm.io/gorm v1.25.11 // indirect
gorm.io/gorm v1.25.11
)