github.com/lzy4123/fabric@v2.1.1+incompatible/.gitignore (about) 1 #SPDX-License-Identifier: Apache-2.0 2 .#* 3 *~ 4 *# 5 /bin 6 /build 7 /.build 8 *.cov 9 /docs/build/* 10 .DS_Store 11 .*-dummy 12 .gradle 13 .idea 14 *.iml 15 *.log 16 .project 17 /release 18 report.xml 19 results.xml 20 .settings 21 .*.sw* 22 tags 23 .tags 24 TESTS*.xml 25 .tox/ 26 .vagrant/ 27 .vscode