2021-06-22 12:34:35 +02:00
|
|
|
### IDEs ###
|
|
|
|
.idea/
|
2021-12-21 05:45:41 +02:00
|
|
|
.vscode/*
|
2021-12-21 11:52:10 +02:00
|
|
|
!.vscode/settings.json
|
2021-06-22 12:34:35 +02:00
|
|
|
!.vscode/launch.json
|
2021-12-21 05:45:41 +02:00
|
|
|
!.vscode/extensions.json
|
2021-06-22 12:34:35 +02:00
|
|
|
|
|
|
|
### GO ###
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2022-06-17 01:57:02 +02:00
|
|
|
vendor/
|
2022-06-17 16:24:49 +02:00
|
|
|
__debug_bin
|
2021-06-22 12:34:35 +02:00
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
### Frontend ###
|
2021-09-29 17:34:56 +02:00
|
|
|
web/dist/**
|
|
|
|
!web/dist/.gitkeep
|
|
|
|
web/node_modules/
|
2021-06-22 12:34:35 +02:00
|
|
|
web/*.log
|
|
|
|
web/.env
|
|
|
|
|
|
|
|
### Docker ###
|
|
|
|
docker-compose.yml
|
|
|
|
|
|
|
|
### Other ##
|
|
|
|
# runetime or build relicts
|
2014-02-07 13:10:01 +03:00
|
|
|
*.sqlite
|
2015-09-30 03:21:17 +02:00
|
|
|
*.out
|
2019-04-26 13:46:06 +02:00
|
|
|
/.env
|
2017-05-08 02:01:04 +02:00
|
|
|
extras/
|
2021-09-21 16:36:41 +02:00
|
|
|
/build/
|
2021-10-04 19:50:21 +02:00
|
|
|
/dist/
|
2015-10-23 02:03:07 +02:00
|
|
|
|
2019-11-13 13:23:16 +02:00
|
|
|
docs/venv
|
2022-01-24 12:41:39 +02:00
|
|
|
|
|
|
|
# helm charts
|
|
|
|
.cr-index/
|
|
|
|
.cr-release-packages/
|
2022-09-27 22:19:39 +02:00
|
|
|
|
|
|
|
### Generated by CI ###
|
|
|
|
docs/docs/40-cli.md
|
2023-06-04 05:07:39 +02:00
|
|
|
docs/swagger.json
|