Skip to content

Commit f5d5e9d

Browse files
committed
Update .gitignore
1 parent 092fbae commit f5d5e9d

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
*.iml
22
.gradle
3-
.idea
43
/local.properties
4+
/.idea
55
.DS_Store
66
/build
77
/captures
88
.externalNativeBuild
99
.cxx
1010
local.properties
1111

12-
.project
13-
.settings/
12+
Gemfile.lock
13+
fastlane/metadata
14+
fastlane/README.md
15+
fastlane/report.xml
1416

15-
/app/release/
17+
/.bundle
18+
/vendor
19+
/.settings
20+
/.project

app/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
/build
1+
/build
2+
/release
3+
4+
.project
5+
.settings

jsonviewer/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
/build
1+
/build
2+
3+
.project
4+
.settings

0 commit comments

Comments
 (0)