forked from realm/realm-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
101 lines (86 loc) · 1.77 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
*~
.DS_Store
# Merge files
*.orig
# Binaries
*.dylib
*.a
*.o
*.d
*.libdeps
*.zip
*.realm
*.realm.lock
*.management/
vendor/realm-*
!vendor/realm-core
# extracted changelog
EXTRACTED_CHANGELOG.md
# jsdoc
/docs/output
# doxygen
/contrib/docs/output
# XCode
*.bak
xcuserdata/
project.xcworkspace
*.xccheckout
DerivedData
# node.js
node_modules/
npm-debug.log
build/
/prebuilds/
yarn.lock
# Emacs
*~
# Android/IJ
/android
/react-native/android/src/main/jni/core
/react-native/android/.cxx/
/build-android/
.idea
.gradle
local.properties
# Visual Studio Code
.vscode
compile_commands.json
.cache
# Tests
object-server-for-testing/
realm-object-server-data/
tests/realm-object-server/
tests/mongodb-realm/
packager_out.txt
build.log.*
realm-object-server/
tests/ReactTestApp/ios/out.txt
tests/ReactTestApp/ios/Podfile.lock
*.iml
crash.log
examples/ReactExample/ios/Pods/
examples/ReactExample/ios/ReactExample.xcworkspace/
tests/mongodb-realm
install-tests/react-native/app/
install-tests/react-native/payload.json
install-tests/react-native/result-*
# Integration tests
integration-tests/environments/electron/dist/
integration-tests/environments/react-native/ios/Pods/
integration-tests/tests/dist/
integration-tests/tests/src/bench/rolledup.js
# TODO: Solve .lock files are produced in "throws when called with an empty string"
integration-tests/**/.lock
# Realm App Importer artifacts
**/imported-apps/
**/realm-config
#Ignore symlinked directories (otherwise on Windows they are shown as untracked files)
/react-native/android/src/main/jni/vendor/
/react-native/android/src/main/jni/src/
/build-tmp*/
/cmakebuild/
/react-native/android/src/main/java/io/realm/react/Version.java
/react-native/android/src/main/jniLibs/
/realm*.tgz
/tests/js/realm-tests*.tgz
/react-native/ios/realm-js-ios.xcframework/