diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-06 17:08:22 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-11 15:24:52 +0200 |
| commit | 664e622fbb5d528e14d42da7baf9505b79f3d041 (patch) | |
| tree | 7cb89d71aa9650a4c009be5c4be1f043a8797743 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfd2c9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.terraform* +sa.json +node_modules/ +secrets.auto.tfvars |
