diff options
author | Minteck <contact@minteck.org> | 2022-01-21 19:08:31 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-21 19:08:31 +0100 |
commit | b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4 (patch) | |
tree | c8894a68971b3d17220a13a153b98d1b2bd2e5d8 /.idea/vcs.xml | |
parent | 3a04cb197f152f171fba679663a91a9bb61d710e (diff) | |
download | cobalt-b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4.tar.gz cobalt-b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4.tar.bz2 cobalt-b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4.zip |
Fix issue with Android (and potentially Linux)
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 |