You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation for the change, related issues
When `@php-wasm/cli` runs, it dynamically creates a `ca-bundle.crt` file
derived from the Node.js `tls` module. We don't want to see this as an
untracked file from `git status`.
## Implementation details
Add the file to .gitignore.
## Testing Instructions (or ideally a Blueprint)
- Run `npx nx dev php-wasm-cli "-r 'echo \"huzzah\n\";'"`
- Use `fine packages/php-wasm/cli -name ca-bundle.crt` to confirm that
ca-bundle.crt exists.
- Run `git status` and confirm the file is not visible.
0 commit comments