diff options
author | Minteck <contact@minteck.org> | 2022-07-03 14:32:45 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-03 14:32:45 +0200 |
commit | 0e9f2dc57e9df8fbc5a5da6d68d1268278aa4129 (patch) | |
tree | 09cde81b11e607de46686397cfb5e33700b793e8 /.idea/vcs.xml | |
parent | d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc (diff) | |
download | strawberry-os-0e9f2dc57e9df8fbc5a5da6d68d1268278aa4129.tar.gz strawberry-os-0e9f2dc57e9df8fbc5a5da6d68d1268278aa4129.tar.bz2 strawberry-os-0e9f2dc57e9df8fbc5a5da6d68d1268278aa4129.zip |
Fix bug on Linux
Diffstat (limited to '.idea/vcs.xml')
-rw-r--r-- | .idea/vcs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml index aece699..de1cec7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$/Library/SDK" vcs="Git" /> </component> </project>
\ No newline at end of file |