Semaphore/.gitignore

33 lines
466 B
Plaintext
Raw Normal View History

2016-01-05 00:32:53 +01:00
gin-bin
2016-01-20 20:25:05 +01:00
build/
web/public/js/bundle.js
web/public/css/*.*
web/public/html/**/*.*
web/public/fonts/*.*
2022-10-29 15:37:20 +02:00
web/.nyc_output
api/public/**/*
2021-06-24 21:53:36 +02:00
/config.json
/config-runner.json
2024-09-29 12:40:07 +02:00
/config-runner-token.txt
2021-06-24 21:53:36 +02:00
/.dredd/config.json
2021-08-28 19:57:04 +02:00
/database.boltdb
2022-01-23 16:07:10 +01:00
/database.boltdb.lock
2022-11-18 23:31:40 +01:00
/database_test.boltdb
.DS_Store
node_modules/
2017-03-10 14:13:13 +01:00
2022-02-03 08:05:13 +01:00
/.idea/
/semaphore.iml
/bin/
2018-03-11 15:22:50 +01:00
/vendor/
/coverage.out
/public/package-lock.json
2018-03-15 00:24:18 +01:00
!.gitkeep
2018-10-20 13:56:32 +02:00
.dredd/compiled_hooks
2021-10-26 11:48:58 +02:00
.dredd/compiled_hooks.exe
__debug_bin*
.task/
2024-09-29 09:32:44 +02:00
/web/.env