-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (32 loc) · 718 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (32 loc) · 718 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
# Ignore node_modules directory
**/**/node_modules/
# Ignore log files
*.log
# Ignore build directories
dist/
build/
# Ignore environment variable files
# .env
# Ignore OS generated files
.DS_Store
# Ignore IDE specific files
.vscode/
.idea/
# Ignore dependency directories
vendor/
# Ignore package-lock.json
**/package-lock.json
.terraform
.terraform.lock.hcl
*.tfstate
terraform.tfstate
terraform.tfstate.backup
*.tfplan
infra_as_code/terraform_generator/backend/configs/terraform-generator.json
infra_as_code/terraform_generator/backend/configs/terraform-generator.json.example
**/output/**/*
working-terraform-generator.json
test-terraform-generator.json
**node_modules/**/*
**node_modules
**.next/**/*