Semaphore/.gitignore
2022-11-19 03:38:17 +05:00

33 lines
438 B
Plaintext

gin-bin
build/
web/public/js/bundle.js
web/public/css/*.*
web/public/html/**/*.*
web/public/fonts/*.*
web/.nyc_output
web/dist/**/*
/config.json
/.dredd/config.json
/database.boltdb
/database.boltdb.lock
/database_test.boltdb
.DS_Store
node_modules/
/.idea/
/semaphore.iml
/bin/
*-packr.go
util/version.go
/vendor/
/coverage.out
/public/package-lock.json
!.gitkeep
.dredd/compiled_hooks
.dredd/compiled_hooks.exe
.vscode
__debug_bin*