chore: update gitignore
This commit is contained in:
parent
dba3325ec2
commit
b9033bafe0
|
|
@ -6,6 +6,7 @@
|
||||||
/.idea/libraries
|
/.idea/libraries
|
||||||
/.idea/modules.xml
|
/.idea/modules.xml
|
||||||
/.idea/workspace.xml
|
/.idea/workspace.xml
|
||||||
|
/.idea/markdown.xml
|
||||||
/.idea/navEditor.xml
|
/.idea/navEditor.xml
|
||||||
/.idea/assetWizardSettings.xml
|
/.idea/assetWizardSettings.xml
|
||||||
/.idea/deploymentTargetDropDown.xml
|
/.idea/deploymentTargetDropDown.xml
|
||||||
|
|
@ -25,3 +26,4 @@ app/src/main/assets/embedded
|
||||||
/app/src/main/jniLibs/x86/
|
/app/src/main/jniLibs/x86/
|
||||||
/app/src/main/jniLibs/x86_64/
|
/app/src/main/jniLibs/x86_64/
|
||||||
copilot.data.migration*xml
|
copilot.data.migration*xml
|
||||||
|
*.local.*
|
||||||
Loading…
Reference in New Issue