xorm/.gitignore
Lunny Xiao c622cdaf89
All checks were successful
test mariadb / test mariadb (push) Successful in 4m47s
test cockroach / test cockroach (push) Successful in 7m12s
test mssql / test mssql (push) Successful in 5m50s
test mysql / test mysql (push) Successful in 4m56s
test mysql8 / test mysql8 (push) Successful in 5m4s
test postgres / test postgres (push) Successful in 5m42s
test tidb / test tidb (push) Successful in 5m29s
test sqlite / unit test & test sqlite (push) Successful in 7m39s
Add ignore
2023-07-26 18:46:36 +08:00

42 lines
416 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.db
# Folders
_obj
_test
vendor/
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.log
.vendor
temp_test.go
.vscode
xorm.test
*.sqlite3
test.db.sql
.idea/
*coverage.out
test.db
tests/*.sql
tests/test_sqlite*
cover.out
cover.html