mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-27 06:44:56 +00:00
Moved the ingoring of realm-object-server folders to the outmost .gitignore
This commit is contained in:
parent
0581ec2bb7
commit
20aa7b8ec1
5
.gitignore
vendored
5
.gitignore
vendored
@ -117,7 +117,10 @@ local.properties
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
object-server-for-testing/
|
object-server-for-testing
|
||||||
|
# Some tests will spin up ROS in their own folder - this needs to be in this .gitignore for
|
||||||
|
# npm to be able to pack realm, as the "realm-object-server" folders contain FIFO pipes.
|
||||||
|
realm-object-server
|
||||||
vendor/sync
|
vendor/sync
|
||||||
vendor/sync*
|
vendor/sync*
|
||||||
packager_out.txt
|
packager_out.txt
|
||||||
|
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -2,5 +2,3 @@
|
|||||||
|
|
||||||
# Ignore the JUnit/XML formatted test results in the environment specific folders
|
# Ignore the JUnit/XML formatted test results in the environment specific folders
|
||||||
junitresults-*.xml
|
junitresults-*.xml
|
||||||
# Some tests will spin up ROS
|
|
||||||
realm-object-server
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user