Skip to content

Commit 911fb5c

Browse files
committed
add .gitignore for test app
1 parent 0fe07b6 commit 911fb5c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

test-cli-app/.gitignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
17
/build
2-
/src
3-
proguard-rules.pro
8+
/captures
9+
app/build
10+
app/src
11+
app/.iml
12+
app/proguard-rules.pro
13+
!app/build.gradle
14+
!app/src/.gitkeep

0 commit comments

Comments
 (0)