-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (60 loc) · 896 Bytes
/
.gitignore
File metadata and controls
60 lines (60 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Environment files
.env
.env.local
*.tfvars
# Speakeasy temp files
**/.speakeasy/temp/
**/.speakeasy/logs/
**/.speakeasy/*.lock
*.speakeasy/
# Terraform
.terraform
.terraform*
*.tfstate*
terraform.tfstate
terraform.tfstate.backup
# Go binaries
terraform-provider-netskope
*.exe
*.exe~
*.dll
*.so
*.dylib
*.tgz
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
# vendor/
# Build outputs
dist/
./dist
bin/
# JetBrains IDE files
.idea/
*.iml
# VSCode
.vscode/
# OSX files
.DS_Store
# Local testing folders
test/
testing/
# Merged spec files
spec/merged.yaml
# API source files (local development)
api-src/
# Claude Code files
.claude/
CLAUDE.md
# Local planning/design documents
planning_docs/
NPA_POLICY_UPDATE_PLAN.md
ACCEPTANCE_TEST_DESIGN_SPEC.md
# Log files
*.log
terraform-provider-netskope_v*
/scripts/