mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
cdef92b3ff
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
39 lines
383 B
Plaintext
Vendored
39 lines
383 B
Plaintext
Vendored
# 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
|