diff options
author | Spike <avlampson+git@gmail.com> | 2019-05-09 10:46:41 +0100 |
---|---|---|
committer | Spike <avlampson+git@gmail.com> | 2019-05-09 10:46:41 +0100 |
commit | 0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879 (patch) | |
tree | e3fd02e4d859022abc2876ea6331a0ba80263cce /.gitignore | |
parent | 8fa2b28dac1e38889bb7196e2002992cdb9d7e7b (diff) | |
download | sensyne_demo-0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879.zip sensyne_demo-0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879.tar.gz sensyne_demo-0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879.tar.bz2 |
Adding notes to initial statement
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0128173 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.tfstate +*.swp +.terraform/* |