dda-python-terraform/.gitignore

19 lines
160 B
Text
Raw Normal View History

2016-02-25 09:22:11 +00:00
*.tfstate
*.tfstate.backup
2016-02-25 09:38:05 +00:00
*.pyc
*.egg-info
2016-11-19 10:29:47 +00:00
.idea
2016-11-19 11:17:08 +00:00
.cache
/.pypirc
/.tox/
2017-08-08 22:06:06 +00:00
.dropbox
Icon
/pytestdebug.log
.DS_Store
# virtualenv
.virtualenv/
# Intellij
.idea/