Semaphore/.gitignore
2024-04-28 00:10:27 +02:00

32 lines
420 B
Plaintext

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