Can we add this file to gitignore?

> On Sep 4, 2018, at 12:54 PM, [email protected] wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> carlosrovira pushed a commit to branch feature/new_merge
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> 
> 
> The following commit(s) were added to refs/heads/feature/new_merge by this 
> push:
>     new 60e8545  Revert "Maven does not seem to work on the example"
> 60e8545 is described below
> 
> commit 60e8545925135356476ba8e82ab44dbd5fe59605
> Author: Carlos Rovira <[email protected]>
> AuthorDate: Tue Sep 4 11:53:43 2018 +0200
> 
>    Revert "Maven does not seem to work on the example"
> 
>    This reverts commit a6d42fb2919def1d9bea2e0f86650936e92f525a.
> ---
> examples/royale/JewelExample/.vscode/tasks.json | 8 ++++++++
> 1 file changed, 8 insertions(+)
> 
> diff --git a/examples/royale/JewelExample/.vscode/tasks.json 
> b/examples/royale/JewelExample/.vscode/tasks.json
> new file mode 100644
> index 0000000..5d6198d
> --- /dev/null
> +++ b/examples/royale/JewelExample/.vscode/tasks.json
> @@ -0,0 +1,8 @@
> +{
> +     // for the documentation about the tasks.json format
> +     "version": "0.1.0",
> +     "command": "mvn",
> +     "args": ["clean", "install", "-DskipTests"],
> +     "isShellCommand": true,
> +     "showOutput": "always"
> +}
> \ No newline at end of file
> 

Reply via email to