Android: Add .idea/vcs.xml to .gitignore

pull/355/head
Chris Conlon 2026-04-08 11:03:00 -06:00
parent c9faa522f2
commit acdbb9c6a6
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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>