We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec97598 commit 8caf9baCopy full SHA for 8caf9ba
.gitignore
@@ -9,13 +9,16 @@
9
.vscode/
10
*.iml
11
12
+# ObjectBox install.sh (or rather download.sh) script
13
+# - download location
14
download/
-lib/*.dll
-*.dll
15
-lib/*.dylib
16
-lib/*.so
17
-lib/*.a
+# - installed library files
+libobjectbox.dylib
+libobjectbox.so
18
+objectbox.dll
19
+objectbox.lib
20
21
+# Dart generated files: would commit for a user project, but not here to test code generation
22
**/*.g.dart
23
24
# backup created by publish.sh - ignore to avoid publishing
0 commit comments