Updated on 2026-08-14

This commit is contained in:
Tangem 2020-02-22 16:05:34 +03:00
parent 4c19940a21
commit 78ac3832a8
4 changed files with 28 additions and 16 deletions

32
.gitignore vendored
View file

@ -1,20 +1,22 @@
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
# Built application files
/build
/captures
.externalNativeBuild
.idea/vcs.xml
.idea/caches
.idea/dictionaries
.idea/runConfigurations.xml
.idea/encodings.xml
.idea/codeStyles/codeStyleConfig.xml
.idea/assetWizardSettings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files
.gradle
# User-specific configurations
.idea/caches/
.idea/libraries/
.idea/*.xml
# OS-specific files
.DS_Store
.DS_Store?
# fastlane files
**/fastlane/report.xml

View file

@ -1,5 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Square" />
</state>
</component>

View file

@ -0,0 +1,5 @@
package com.tangem.commands
/**
[REDACTED_AUTHOR]
*/

View file

@ -0,0 +1,5 @@
package com.tangem.commands
/**
[REDACTED_AUTHOR]
*/