Add IntelliJ IDEA related files to gitignore 91/5691/1
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 6 Jul 2017 10:54:41 +0000 (06:54 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 6 Jul 2017 10:55:10 +0000 (06:55 -0400)
Change-Id: I27a5e7de80744cf7654ae302c839d8a8c12776f9
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
.gitignore
.idea/vcs.xml [new file with mode: 0644]

index e2b927a..33793a8 100644 (file)
@@ -4,3 +4,5 @@
 target/
 logs/
 debug-logs/
+.idea
+*.iml
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644 (file)
index 0000000..94a25f7
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file