diff --git a/.gitignore b/.gitignore index 74b2c58..4ca7c29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +# Apps +*_ynh + +# Tools +vagrant +ynh-dev-tools +Vagrantfile +.vagrant + # Sources repositories moulinette yunohost diff --git a/README.md b/README.md index 82f2cb1..06850f3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For instance, after running the code of the git clone `'yunohost'` will be directly available inside the container. Which mean that running any `yunohost` command inside the container will use the code from the host... This allows to develop with any tool you want on your host, then test the changes in the container. -The `use-git` action can be used for any package among `yunohost`, `yunohost-admin`, `moulinette` and `ssowat` with similar consequences. +The `use-git` action can be used for any package among `yunohost`, `yunohost-admin`, `moulinette` and `ssowat` with similar consequences. You might want to run use-git several times depending on what you want to develop precisely. ***Note***: The `use-git` operation can't be reverted now. DON'T DO THIS IN PRODUCTION !