diff options
author | GiteaBot <teabot@gitea.io> | 2022-02-06 00:16:02 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2022-02-06 00:16:02 +0000 |
commit | 3b33507c73cbc376fc078b87155978cc62564323 (patch) | |
tree | 11c0d2da244a84dcb09bdce269368ba5f6cab1ba | |
parent | 7ba1b7112f47a2025e8538509a24d8c6d5b1f488 (diff) | |
download | gitea-3b33507c73cbc376fc078b87155978cc62564323.tar.gz gitea-3b33507c73cbc376fc078b87155978cc62564323.zip |
[skip ci] Updated licenses and gitignores
-rw-r--r-- | options/gitignore/Nix | 3 | ||||
-rw-r--r-- | options/gitignore/Packer | 8 | ||||
-rw-r--r-- | options/gitignore/Terraform | 6 | ||||
-rw-r--r-- | options/license/Jam | 5 |
4 files changed, 19 insertions, 3 deletions
diff --git a/options/gitignore/Nix b/options/gitignore/Nix new file mode 100644 index 0000000000..1fd04ef1f6 --- /dev/null +++ b/options/gitignore/Nix @@ -0,0 +1,3 @@ +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* diff --git a/options/gitignore/Packer b/options/gitignore/Packer index f2d0a31994..2cbc1ad079 100644 --- a/options/gitignore/Packer +++ b/options/gitignore/Packer @@ -4,5 +4,13 @@ packer_cache/ # Crash log crash.log +# https://www.packer.io/guides/hcl/variables +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, +# such as 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. +# +*.pkrvars.hcl + # For built boxes *.box diff --git a/options/gitignore/Terraform b/options/gitignore/Terraform index 22fca4961b..b1a7167f48 100644 --- a/options/gitignore/Terraform +++ b/options/gitignore/Terraform @@ -9,9 +9,9 @@ crash.log crash.*.log -# Exclude all .tfvars files, which are likely to contain sentitive data, such as -# 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 +# Exclude all .tfvars files, which are likely to contain sensitive data, such as +# 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 diff --git a/options/license/Jam b/options/license/Jam new file mode 100644 index 0000000000..78d9abe6e5 --- /dev/null +++ b/options/license/Jam @@ -0,0 +1,5 @@ +License is hereby granted to use this software and distribute it freely, +as long as this copyright notice is retained and modifications are +clearly marked. + +ALL WARRANTIES ARE HEREBY DISCLAIMED. |