Skip to content

Commit

Permalink
setup gitignore for vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
chibaba committed Apr 3, 2024
1 parent c9c8356 commit 59fb247
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions infras/automate_terraform_withgit/vcs/infra/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*
*.terraform.*

# *.pem files ignore all *.pem files to avoid accidental commits
**.pem

**/*.vagrant
**/*.box
**/*.log

# Crash log files
crash.log

# Kubernetes

**/kubeconfig**

# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf

# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
venv
.env

*.py[co]
.cache
.coverage
.coverage.*
.DS_Store
*.egg-info
.env
.idea/
*.ipynb
.ipynb_checkpoints
*.pid
.pytest_cache
*.retry
.vim/
.vscode
hosts.*
Empty file.

0 comments on commit 59fb247

Please sign in to comment.