27 lines
228 B
Plaintext
27 lines
228 B
Plaintext
# Ignore all
|
|
*
|
|
|
|
# Unignore all with extensions
|
|
!*.*
|
|
!**/Dockerfile
|
|
!**/Makefile
|
|
|
|
# Unignore all dirs
|
|
!*/
|
|
!api
|
|
|
|
# ignore
|
|
.idea
|
|
**/.DS_Store
|
|
**/logs
|
|
|
|
# for test purpose
|
|
adhoc
|
|
|
|
# gitlab ci
|
|
.cache
|
|
|
|
# vim auto backup file
|
|
*~
|
|
!OWNERS
|