mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
Updated .gitignore
Refs #192 https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
This commit is contained in:
parent
5b3bafbd0c
commit
3942f1662a
1 changed files with 19 additions and 25 deletions
44
.gitignore
vendored
44
.gitignore
vendored
|
@ -1,27 +1,21 @@
|
||||||
*.iml
|
*.iml
|
||||||
.gradle
|
tools/config.sh
|
||||||
/local.properties
|
local.properties
|
||||||
/.idea/caches
|
|
||||||
/.idea/dictionaries
|
|
||||||
/.idea/libraries
|
|
||||||
/.idea/assetWizardSettings.xml
|
|
||||||
/.idea/gradle.xml
|
|
||||||
/.idea/modules.xml
|
|
||||||
/.idea/tasks.xml
|
|
||||||
/.idea/workspace.xml
|
|
||||||
/.idea/misc.xml
|
|
||||||
/.idea/vcs.xml
|
|
||||||
/.idea/encodings.xml
|
|
||||||
/.idea/crowdin_settings.xml
|
|
||||||
.DS_Store
|
|
||||||
/build
|
|
||||||
/captures
|
|
||||||
.externalNativeBuild
|
|
||||||
/app/full
|
|
||||||
/app/play_beta
|
|
||||||
/app/play_release
|
|
||||||
/tools/config.sh
|
|
||||||
crowdin.properties
|
|
||||||
keystore.properties
|
keystore.properties
|
||||||
/app/src/debug/res/xml/providers.xml
|
crowdin.properties
|
||||||
/app/.cxx/
|
.gradle
|
||||||
|
.idea/caches
|
||||||
|
.idea/dictionaries
|
||||||
|
.idea/libraries
|
||||||
|
.idea/crowdin_settings.xml
|
||||||
|
.idea/encodings.xml
|
||||||
|
.idea/assetWizardSettings.xml
|
||||||
|
.idea/gradle.xml
|
||||||
|
.idea/misc.xml
|
||||||
|
.idea/modules.xml
|
||||||
|
.idea/tasks.xml
|
||||||
|
.idea/vcs.xml
|
||||||
|
.idea/workspace.xml
|
||||||
|
app/.cxx/
|
||||||
|
build
|
||||||
|
captures
|
||||||
|
|
Loading…
Reference in a new issue