Skip to content

Commit

Permalink
Git: ignore objectbox.lib, change to only ignore objectbox files
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Dec 3, 2024
1 parent ec97598 commit 8caf9ba
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
.vscode/
*.iml

# ObjectBox install.sh (or rather download.sh) script
# - download location
download/
lib/*.dll
*.dll
lib/*.dylib
lib/*.so
lib/*.a
# - installed library files
libobjectbox.dylib
libobjectbox.so
objectbox.dll
objectbox.lib

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

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

0 comments on commit 8caf9ba

Please sign in to comment.