Skip to content

Commit e4de096

Browse files
Demos: Git ignore Android Studio .cxx folder
1 parent 7cb904a commit e4de096

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

objectbox/example/flutter/objectbox_demo/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ app.*.symbols
3838
app.*.map.json
3939

4040
# Android Studio will place build artifacts here
41+
/android/app/.cxx
4142
/android/app/debug
4243
/android/app/profile
4344
/android/app/release

objectbox/example/flutter/objectbox_demo_relations/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ app.*.symbols
3838
app.*.map.json
3939

4040
# Android Studio will place build artifacts here
41+
/android/app/.cxx
4142
/android/app/debug
4243
/android/app/profile
4344
/android/app/release

objectbox/example/flutter/objectbox_demo_sync/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ app.*.symbols
3838
app.*.map.json
3939

4040
# Android Studio will place build artifacts here
41+
/android/app/.cxx
4142
/android/app/debug
4243
/android/app/profile
4344
/android/app/release

0 commit comments

Comments
 (0)