forked from realm/realm-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (62 loc) · 1.12 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
*~
.DS_Store
# Merge files
*.orig
# Binaries
*.dylib
*.a
*.o
*.d
*.libdeps
*.zip
*.realm
*.realm.lock
*.management/
vendor/realm-*
# jsdoc
/docs/output
# XCode
*.bak
xcuserdata/
project.xcworkspace
*.xccheckout
DerivedData
# node.js
node_modules/
npm-debug.log
build/
/compiled/
*.lock
# Emacs
*~
# Android/IJ
/android
/react-native/android/src/main/jni/core
.idea
.gradle
local.properties
# Visual Studio Code
.vscode
# Tests
object-server-for-testing/
realm-object-server-data/
tests/realm-object-server/
packager_out.txt
build.log.*
realm-object-server/
tests/react-test-app/ios/out.txt
*.iml
crash.log
tests/react-test-app/ios/Pods/
tests/react-test-app/ios/ReactTests.xcworkspace/
examples/ReactExample/ios/Pods/
examples/ReactExample/ios/ReactExample.xcworkspace/
# Integration tests
integration-tests/**/*.tgz
integration-tests/environments/electron/dist/
integration-tests/environments/react-native/ios/Pods/
integration-tests/tests/dist/
#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*/