Keep tests out of other people's production.

This commit is contained in:
李铭昕 2019-07-13 09:38:03 +08:00
parent 5256a186fd
commit 6931156023
21 changed files with 21 additions and 0 deletions

1
src/async-queue/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/config-aliyun-acm/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/config-apollo/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/constants/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/consul/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/crontab/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/database/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/db-connection/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/di/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/dispatcher/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/elasticsearch/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/event/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/guzzle/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/http-server/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/load-balancer/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/logger/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/model-cache/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/paginator/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/redis/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/utils/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore

1
src/websocket-client/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/tests export-ignore