realm-js/.dockerignore
Scott Kyle 12517a0d1e Add ability to run Node tests on Linux
It uses the Android ExternalCommitHelper implementation.

The Dockerfile requires that you have a static library build of core for Linux with PIC enabled.
2016-06-17 02:38:33 -07:00

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/