diff options
| author | Luke Hoersten <[email protected]> | 2018-08-16 20:25:56 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-08-16 20:25:56 -0500 |
| commit | 608c3aa2dd6a35d8fe434d60822314cc23bd4314 (patch) | |
| tree | 3c3656929b8d26c42eb901f7274e24c033fed99c /.hgignore | |
Initial commit.
Diffstat (limited to '.hgignore')
| -rw-r--r-- | .hgignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..685df1b --- /dev/null +++ b/.hgignore @@ -0,0 +1,9 @@ +syntax: regexp +\.DS_Store$ +\.vagrant/ +\.tfstate\.backup$ +\.tfstate\.blank$ +\.terraform/ +TAGS$ +tags$ +^group_vars/ |
