xorm/.gitignore
Lunny Xiao 053a094740
Some checks failed
continuous-integration/drone/push Build is failing
refactor splitTag function (#1960)
Reviewed-on: #1960
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-06-28 22:41:54 +08:00

40 lines
418 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
integrations/*.sql
integrations/test_sqlite*
cover.out