code.cestus.io/tools/fabricator@v0.4.3/.gitignore (about) 1 // region CODE_REGION(Common) 2 bin/ 3 dist/ 4 .vscode/ 5 .devcontainer/devcontainer.json 6 .devcontainer/Dockerfile 7 *.coverprofile 8 .env 9 tools/bin 10 __debug_bin* 11 buildhelper.tmp 12 .github/actions/ 13 // endregion