diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-07-15 13:07:08 +0200 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-07-15 13:07:08 +0200 |
commit | 28a3891ffa2c4984a9d49be41d76fe97854872c9 (patch) | |
tree | f637aa5f3ee6b8099ab8da1584ca49b1271f2ac8 | |
parent | 823e7d10f185c8ea61351475fd298d5e70927a2c (diff) | |
download | dokka-28a3891ffa2c4984a9d49be41d76fe97854872c9.tar.gz dokka-28a3891ffa2c4984a9d49be41d76fe97854872c9.tar.bz2 dokka-28a3891ffa2c4984a9d49be41d76fe97854872c9.zip |
remove duplicate VCS mapping
-rw-r--r-- | .idea/vcs.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 6c261adb..20620baa 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -3,6 +3,5 @@ <component name="VcsDirectoryMappings"> <mapping directory="" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" /> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> -</project>
\ No newline at end of file +</project> |