forked from derinwalters/realm-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (33 loc) · 771 Bytes
/
.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
out
.vs
# Ingore build file
.dart_tool/
# Ignore realm files
lib/default.realm
lib/default.realm.lock
mongodb-realm/
# Dart packages and Flutter plugins should not commit these files
pubspec.lock
.packages
# Ignore other packages files
flutter/realm_flutter/.idea/
flutter/realm_flutter/android/.idea/
flutter/realm_flutter/android/.cxx/
flutter/realm_flutter/pubspec.lock
flutter/realm_flutter/.gradle/
/default.realm*
/test/default.realm
/test/default.realm.lock
/doc/
# Ignore native binaries output directory
/binary/
# Ignore native binaries build directories
/build-native/
/build/
/build-linux/
/build-macos/
/build-windows/
# Ignore example pubspec.lock since the example always reference the local package
example/pubspec.lock
/generator/coverage/
release/