Skip to content

Commit 8caf9ba

Browse files
committedDec 3, 2024
Git: ignore objectbox.lib, change to only ignore objectbox files
1 parent ec97598 commit 8caf9ba

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎.gitignore

+8-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
.vscode/
1010
*.iml
1111

12+
# ObjectBox install.sh (or rather download.sh) script
13+
# - download location
1214
download/
13-
lib/*.dll
14-
*.dll
15-
lib/*.dylib
16-
lib/*.so
17-
lib/*.a
15+
# - installed library files
16+
libobjectbox.dylib
17+
libobjectbox.so
18+
objectbox.dll
19+
objectbox.lib
1820

21+
# Dart generated files: would commit for a user project, but not here to test code generation
1922
**/*.g.dart
2023

2124
# backup created by publish.sh - ignore to avoid publishing

0 commit comments

Comments
 (0)
Please sign in to comment.