2021-06-22 12:34:35 +02:00
|
|
|
### IDEs ###
|
|
|
|
.idea/
|
2021-12-21 04:45:41 +01:00
|
|
|
.vscode/*
|
2021-12-21 10:52:10 +01:00
|
|
|
!.vscode/settings.json
|
2021-06-22 12:34:35 +02:00
|
|
|
!.vscode/launch.json
|
2021-12-21 04:45:41 +01: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 17:24:49 +03: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 03:10:01 -07:00
|
|
|
*.sqlite
|
2015-09-29 18:21:17 -07: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-22 17:03:07 -07:00
|
|
|
|
2016-05-02 12:21:25 -07:00
|
|
|
server/swagger/files/*.json
|
2019-06-07 10:40:16 +02:00
|
|
|
server/swagger/swagger_gen.go
|
2019-11-13 12:23:16 +01:00
|
|
|
|
|
|
|
docs/venv
|
2022-01-24 11:41:39 +01:00
|
|
|
|
|
|
|
# helm charts
|
|
|
|
.cr-index/
|
|
|
|
.cr-release-packages/
|