Skip to content

Commit d1c5195

Browse files
authored
chore: Clean ignore file (#3357)
* ignore Cursor rule files * simplify git ignore * add .DS_Store and *~ * ignore any env file
1 parent 5a5415c commit d1c5195

File tree

1 file changed

+7
-38
lines changed

1 file changed

+7
-38
lines changed

.gitignore

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,14 @@
1-
*.dll
2-
*.exe
1+
node_modules
2+
bin
33
.DS_Store
4-
.vscode
5-
example.tf
6-
terraform.tfplan
7-
terraform.tfstate
8-
.terraform.lock.hcl
9-
bin/
10-
bin-examples/
11-
/pkg/
12-
.vagrant/
13-
*.backup
14-
./*.tfstate
15-
.terraform/
16-
*.log
17-
*.bak
18-
*~
19-
.*.swp
204
.idea
215
.vscode
22-
*.iml
23-
*.test
24-
*.iml
25-
*.tfvars
26-
service-account.json
27-
log.*
28-
test.env
6+
*.env
7+
*.bak
8+
*.log
9+
*.mdc
2910
__debug_*
30-
coverage.out
31-
32-
# Test exclusions
33-
!command/test-fixtures/**/*.tfstate
34-
!command/test-fixtures/**/.terraform/
35-
36-
#exclude vendor
37-
vendor/
38-
39-
# Keep windows files with windows line endings
40-
*.winfile eol=crlf
41-
/.vs
42-
node_modules
11+
*~
4312

4413
#used for schema code generation but is not commited to avoid constant updates
4514
tools/codegen/open-api-spec.yml

0 commit comments

Comments
 (0)