Skip to content

Commit 1d30a26

Browse files
committed
chore: Add gitignore
1 parent 2738446 commit 1d30a26

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

sample/.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*.iml
2+
.gradle
3+
/.idea/caches
4+
/.idea/libraries
5+
/.idea/modules.xml
6+
/.idea/workspace.xml
7+
/.idea/navEditor.xml
8+
/.idea/assetWizardSettings.xml
9+
.DS_Store
10+
/build
11+
/captures
12+
.externalNativeBuild
13+
.cxx
14+
local.properties
15+
proguard/

0 commit comments

Comments
 (0)