Skip to content

Commit

Permalink
Add gitignore to exclude unnecessary files from being committed
Browse files Browse the repository at this point in the history
  • Loading branch information
julien731 committed Nov 9, 2018
1 parent 73f36f2 commit af22721
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions heroku/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
### Terraform ###
# Local .terraform directories
**/.terraform/*

# Crash log files
crash.log

# REMOVE EVERYTHING THAT FOLLOWS THIS LINE IF YOU ARE NOT USING A REMOTE BACKEND
# AND PLAN ON COMMITTING YOUR TERRAFORM CONFIGURATION AND STATE TO A GIT REPOSITORY.

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

# 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

0 comments on commit af22721

Please sign in to comment.