api/vendor/xorm.io/xorm/.gitignore

39 lines
383 B
Plaintext
Raw Normal View History

2018-07-24 12:06:03 +00:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.db
# Folders
_obj
_test
vendor/
2018-07-24 12:06:03 +00:00
# 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
2019-03-29 17:54:35 +00:00
test.db.sql
.idea/
*coverage.out
2020-06-18 17:22:43 +00:00
test.db
integrations/*.sql