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
It would be nice to have the possibility to alter other file types (similar to alter_json_file and alter_yaml_file).
My current use case is that I simply want to append something to an existing file (i.a. adding more lines to a .gitignore). In that case something something like append_to_file(".gitignore", "node_modules") would be cool!
The text was updated successfully, but these errors were encountered:
It would be nice to have the possibility to alter other file types (similar to
alter_json_file
andalter_yaml_file
).My current use case is that I simply want to append something to an existing file (i.a. adding more lines to a
.gitignore
). In that case something something likeappend_to_file(".gitignore", "node_modules")
would be cool!The text was updated successfully, but these errors were encountered: