Skip to content
This repository was archived by the owner on Jan 13, 2020. It is now read-only.

Commit 4f97b07

Browse files
authored
chore(gitignore): Add Android Studio generated files
1 parent 3816c3f commit 4f97b07

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@ RNCookieManagerIOS.xcodeproj/xcuserdata/josephferraro.xcuserdatad/xcschemes/RNCo
55

66
RNCookieManagerIOS.xcodeproj/xcuserdata/josephferraro.xcuserdatad/xcschemes/xcschememanagement.plist
77

8-
node_modules/
8+
node_modules/
9+
10+
## Android Studio
11+
android/.gradle/
12+
android/.idea/
13+
android/build/
14+
android/gradle/
15+
android/gradlew*
16+
android/local.properties
17+
*iml

0 commit comments

Comments
 (0)