Android: Add .idea/vcs.xml to .gitignore
parent
c9faa522f2
commit
acdbb9c6a6
|
|
@ -17,6 +17,7 @@ lib/
|
|||
docs/
|
||||
report/
|
||||
IDE/Android/.idea/deploymentTargetDropDown.xml
|
||||
IDE/Android/.idea/vcs.xml
|
||||
IDE/Android/app/.cxx/
|
||||
IDE/Android/app/src/main/cpp/wolfssl/
|
||||
IDE/WIN/.vs
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/app/src/main/cpp/wolfssl" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Loading…
Reference in New Issue