]> source.dussan.org Git - gitignore.git/commitdiff
Remove empty line comments in Terraform.gitignore 3965/head
authorSardorbek Imomaliev <imomaliev@hey.com>
Mon, 31 Jan 2022 16:33:23 +0000 (23:33 +0700)
committerGitHub <noreply@github.com>
Mon, 31 Jan 2022 16:33:23 +0000 (23:33 +0700)
Terraform.gitignore

index b1a7167f48e51e980daac2778321affdbbec490b..6c34d496c815aae833846d9fcafb9c780efcba3f 100644 (file)
@@ -13,7 +13,6 @@ crash.*.log
 # password, private keys, and other secrets. These should not be part of version 
 # control as they are data points which are potentially sensitive and subject 
 # to change depending on the environment.
-#
 *.tfvars
 
 # Ignore override files as they are usually used to override resources locally and so
@@ -24,7 +23,6 @@ override.tf.json
 *_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