diff options
author | Ryan Goulding <ryandgoulding@gmail.com> | 2017-07-06 06:44:38 -0400 |
---|---|---|
committer | Ryan Goulding <ryandgoulding@gmail.com> | 2017-07-06 06:45:37 -0400 |
commit | 9929af015803b472f46e29db250463f4337c9119 (patch) | |
tree | 18e3ec48d895c5758de4ef39b45a290892f07fd4 /.gitignore | |
parent | cf2f6ef5fadb27bab1e65cb25ff9d36acad4a68d (diff) |
Add IntelliJ IDEA related files to gitignore
Ignore changes in IntelliJ related files because they are not
related to the code.
Change-Id: Ibf90527b7eba6b2af2a314ad25745a426146e847
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ target/ logs/ debug-logs/ +.idea +*.iml |