File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Ignore build outputs from performing a nix-build or `nix build` command
2
+ result
3
+ result-*
Original file line number Diff line number Diff line change @@ -4,5 +4,13 @@ packer_cache/
4
4
# Crash log
5
5
crash.log
6
6
7
+ # https://www.packer.io/guides/hcl/variables
8
+ # Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
9
+ # such as password, private keys, and other secrets. These should not be part of
10
+ # version control as they are data points which are potentially sensitive and
11
+ # subject to change depending on the environment.
12
+ #
13
+ *.pkrvars.hcl
14
+
7
15
# For built boxes
8
16
*.box
Original file line number Diff line number Diff line change 9
9
crash.log
10
10
crash.*.log
11
11
12
- # Exclude all .tfvars files, which are likely to contain sentitive data, such as
13
- # password, private keys, and other secrets. These should not be part of version
14
- # control as they are data points which are potentially sensitive and subject
12
+ # Exclude all .tfvars files, which are likely to contain sensitive data, such as
13
+ # password, private keys, and other secrets. These should not be part of version
14
+ # control as they are data points which are potentially sensitive and subject
15
15
# to change depending on the environment.
16
16
#
17
17
*.tfvars
Original file line number Diff line number Diff line change
1
+ License is hereby granted to use this software and distribute it freely,
2
+ as long as this copyright notice is retained and modifications are
3
+ clearly marked.
4
+
5
+ ALL WARRANTIES ARE HEREBY DISCLAIMED.
You can’t perform that action at this time.
0 commit comments