diff options
author | Ryan Goulding <ryandgoulding@gmail.com> | 2017-07-06 06:54:41 -0400 |
---|---|---|
committer | Ryan Goulding <ryandgoulding@gmail.com> | 2017-07-06 06:55:10 -0400 |
commit | ecc397c8d566632a920bc889d1832f5b3c546f84 (patch) | |
tree | 54ce93ab1f94bcdaf00d8a5a7e10135c421c5844 /.idea/vcs.xml | |
parent | a97080638a4ec227a35e935aca99a66516370845 (diff) |
Add IntelliJ IDEA related files to gitignore
Change-Id: I27a5e7de80744cf7654ae302c839d8a8c12776f9
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to '.idea/vcs.xml')
-rw-r--r-- | .idea/vcs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -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 |