Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 26 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# Compiled binary
/ipam

# Local test infrastructure (kind cluster, kind managed by task test-infra:cluster-up)
/.test-infra/

# Editor and OS
.DS_Store
*.swp
*.swo

# Go test cache
*.test
*.out

# Task remote taskfile cache
/.task/

# k6 load test result artifacts
/test/load/results/

# Local dev secrets
*.pem
*.key
# Compiled binary
/ipam

# Local test infrastructure (kind cluster, kind managed by task test-infra:cluster-up)
/.test-infra/

# Editor and OS
.DS_Store
*.swp
*.swo

# Go test cache
*.test
*.out

# Task remote taskfile cache
/.task/

# k6 load test result artifacts
/test/load/results/

# Local dev secrets
*.pem
*.key
node_modules
.env
.env.local
Loading