github.com/igoogolx/clash@v1.19.8/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 bin/* 8 9 # Test binary, build with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 15 # go mod vendor 16 vendor 17 18 # GoLand 19 .idea/* 20 21 # macOS file 22 .DS_Store 23 24 # test suite 25 test/config/cache* 26 27 # docs site generator 28 node_modules 29 package-lock.json 30 pnpm-lock.yaml 31 32 # docs site cache 33 docs/.vitepress/cache 34 35 # docs site build files 36 docs/.vitepress/dist