cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

Adding .idea and *.iml to ignore goland project files. #8

Closed sam-caldwell closed 5 years ago

sam-caldwell commented 5 years ago

I've forked this repo to do some work extending it for my job. First thing I noticed was that goland project files aren't in .gitignore. This creates clutter. Thought I would offer up a PR to fix that for the next person.

I'll try to get the new features in another PR once I have finished development and testing.

Happy Hacking!

Sam