mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-01 06:14:23 +01: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:
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
Reference in New Issue
Block a user