2024-09-11 22:40:16 +03:00
|
|
|
vendor/
|
|
|
|
|
2016-09-13 21:57:32 +03:00
|
|
|
# Binaries
|
2016-11-12 05:04:48 +03:00
|
|
|
out/*
|
2017-02-11 01:57:55 +03:00
|
|
|
output/*
|
2016-09-13 21:57:32 +03:00
|
|
|
|
|
|
|
# Artifacts
|
2016-10-07 01:51:20 +03:00
|
|
|
azure-*.json
|
2016-09-13 21:57:32 +03:00
|
|
|
ipam-*.xml
|
2017-02-11 01:57:55 +03:00
|
|
|
|
|
|
|
# Environment
|
|
|
|
.vscode/*
|
2019-09-21 02:15:08 +03:00
|
|
|
|
|
|
|
# Coverage
|
2020-10-21 00:00:40 +03:00
|
|
|
*.out
|
|
|
|
|
|
|
|
# Goland
|
2021-04-02 23:24:01 +03:00
|
|
|
.idea/*
|
|
|
|
|
|
|
|
# Logs
|
2021-05-06 22:08:26 +03:00
|
|
|
*.log
|
|
|
|
|
|
|
|
# debug test files
|
2021-05-28 19:34:04 +03:00
|
|
|
*.test
|
|
|
|
|
2021-08-12 19:34:01 +03:00
|
|
|
controller-gen
|
2021-06-03 19:18:21 +03:00
|
|
|
build/tools/bin
|
2021-09-01 19:03:24 +03:00
|
|
|
npm/debug/http
|
2022-03-05 01:27:30 +03:00
|
|
|
|
2022-04-25 21:42:29 +03:00
|
|
|
go.work*
|
2023-04-06 22:34:53 +03:00
|
|
|
|
|
|
|
# scale-test
|
|
|
|
test/scale/generated/*
|
2023-10-20 08:56:45 +03:00
|
|
|
|
|
|
|
# test env file
|
|
|
|
*.env
|
2024-02-05 20:17:48 +03:00
|
|
|
|
|
|
|
# omit e2e bin
|
|
|
|
test/e2e/bin/*
|