* Embed unit test data * Add testdata Co-authored-by: anqiansong <anqiansong@bytedance.com>
27 lines
231 B
Plaintext
27 lines
231 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
|