mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
Signed-off-by: X-Guardian <simonheather99@gmail.com> Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com>
38 lines
439 B
Plaintext
38 lines
439 B
Plaintext
.idea
|
|
./atlantis
|
|
*.iml
|
|
atlantis.db
|
|
output
|
|
.DS_Store
|
|
.cover
|
|
.terraform/
|
|
node_modules/
|
|
helm/test-values.yaml
|
|
*.swp
|
|
golangci-lint
|
|
atlantis
|
|
.devcontainer
|
|
atlantis.env
|
|
*.act
|
|
Dockerfile.local
|
|
|
|
# gitreleaser
|
|
dist/
|
|
tmp-CHANGELOG.md
|
|
|
|
.envrc
|
|
|
|
# IDE files
|
|
*.code-workspace
|
|
|
|
# draw.io backup files
|
|
*.bkp
|
|
|
|
# VitePress build output & cache directory
|
|
**/.vitepress/cache
|
|
**/.vitepress/dist
|
|
**/.vitepress/config.ts.timestamp-*
|
|
|
|
# playwright
|
|
test-results/
|