mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
change to address CI failure. libs dir must exist with at least one file during build time. Add libs/.gitkeep as placeholder. Update .gitignore to exclude built libs but keep placeholder. This change is for CI purposes only
This commit is contained in:
parent
bcb2f9f307
commit
aed36c5b30
2 changed files with 3 additions and 6 deletions
9
bindings/go/.gitignore
vendored
9
bindings/go/.gitignore
vendored
|
|
@ -1,7 +1,4 @@
|
|||
# Ignore generated libraries directory
|
||||
/libs/
|
||||
|
||||
# Ignore any extracted libraries in development
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
/libs/*
|
||||
# But keep the directory structure
|
||||
!/libs/.gitkeep
|
||||
|
|
|
|||
0
bindings/go/libs/.gitkeep
Normal file
0
bindings/go/libs/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue