mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
12517a0d1e
It uses the Android ExternalCommitHelper implementation. The Dockerfile requires that you have a static library build of core for Linux with PIC enabled.
27 lines
387 B
Plaintext
27 lines
387 B
Plaintext
**/*.orig
|
|
**/build/
|
|
**/node_modules/
|
|
|
|
core*
|
|
|
|
.git/
|
|
android/
|
|
docs/
|
|
examples/
|
|
react-native/
|
|
vendor/
|
|
|
|
src/android/
|
|
src/ios/
|
|
|
|
src/object-store/**/*.ninja
|
|
src/object-store/**/.ninja*
|
|
src/object-store/**/cmake_install.cmake
|
|
src/object-store/**/CMakeFiles/
|
|
src/object-store/**/Makefile
|
|
src/object-store/src/librealm-object-store.*
|
|
src/object-store/tests/tests
|
|
|
|
tests/ios/
|
|
tests/react-test-app/
|