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:
jnesss
2025-05-02 13:02:52 -07:00
parent bcb2f9f307
commit aed36c5b30
2 changed files with 3 additions and 6 deletions

View File

@@ -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

View File