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
If a developer has a custom .gitignore in place, it is unexpected for wasm-pack to overwrite it. wasm-pack should check for an existing .gitignore before writing a new one. Currently, if a developer wants a custom .gitignore, they have to reset it every time they run wasm-pack.
Implementing this makes it no harder for developers who want the default .gitignore. They just have to leave it alone after it's generated.
The text was updated successfully, but these errors were encountered:
If a developer has a custom .gitignore in place, it is unexpected for wasm-pack to overwrite it. wasm-pack should check for an existing .gitignore before writing a new one. Currently, if a developer wants a custom .gitignore, they have to reset it every time they run wasm-pack.
Implementing this makes it no harder for developers who want the default .gitignore. They just have to leave it alone after it's generated.
The text was updated successfully, but these errors were encountered: