You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
295 B
Plaintext
32 lines
295 B
Plaintext
# Ignore all
|
|
*
|
|
|
|
# Unignore all with extensions
|
|
!*.*
|
|
!**/Dockerfile
|
|
!**/Makefile
|
|
|
|
# Unignore all dirs
|
|
!*/
|
|
!api
|
|
|
|
# ignore
|
|
**/.idea
|
|
**/.vscode
|
|
**/.DS_Store
|
|
**/logs
|
|
**/adhoc
|
|
**/coverage.txt
|
|
|
|
# for test purpose
|
|
go.work
|
|
go.work.sum
|
|
|
|
# gitlab ci
|
|
.cache
|
|
.golangci.yml
|
|
|
|
# vim auto backup file
|
|
*~
|
|
!OWNERS
|