Skip to content

Commit 8e0fd1c

Browse files
committed
.gitignore: Add *.cache
Ignore `*.cache` files created by the scripts under `terraform/github-zephyrproject-rtos`. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 769a2c1 commit 8e0fd1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ override.tf.json
3232
# Ignore CLI configuration files
3333
.terraformrc
3434
terraform.rc
35+
36+
# Ignore cache files
37+
*.cache

0 commit comments

Comments
 (0)