From 9fc5143dc9a8468ccca730a0bac9faf47bb9cd84 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 10 Dec 2015 02:52:35 -0800 Subject: [PATCH] chore: .gitignore of all TS samples should exclude all .js files closes #467 --- public/docs/_examples/attribute-directives/ts/.gitignore | 2 +- public/docs/_examples/displaying-data/ts/.gitignore | 2 +- public/docs/_examples/forms/ts/.gitignore | 2 +- .../_examples/hierarchical-dependency-injection/ts/.gitignore | 2 +- public/docs/_examples/intro/ts/.gitignore | 2 +- public/docs/_examples/pipes/ts/.gitignore | 2 +- public/docs/_examples/quickstart/ts/.gitignore | 2 +- public/docs/_examples/template-syntax/ts/.gitignore | 2 +- public/docs/_examples/user-input/ts/.gitignore | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/docs/_examples/attribute-directives/ts/.gitignore b/public/docs/_examples/attribute-directives/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/attribute-directives/ts/.gitignore +++ b/public/docs/_examples/attribute-directives/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/displaying-data/ts/.gitignore b/public/docs/_examples/displaying-data/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/displaying-data/ts/.gitignore +++ b/public/docs/_examples/displaying-data/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/forms/ts/.gitignore b/public/docs/_examples/forms/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/forms/ts/.gitignore +++ b/public/docs/_examples/forms/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/hierarchical-dependency-injection/ts/.gitignore b/public/docs/_examples/hierarchical-dependency-injection/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/hierarchical-dependency-injection/ts/.gitignore +++ b/public/docs/_examples/hierarchical-dependency-injection/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/intro/ts/.gitignore b/public/docs/_examples/intro/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/intro/ts/.gitignore +++ b/public/docs/_examples/intro/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/pipes/ts/.gitignore b/public/docs/_examples/pipes/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/pipes/ts/.gitignore +++ b/public/docs/_examples/pipes/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/quickstart/ts/.gitignore b/public/docs/_examples/quickstart/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/quickstart/ts/.gitignore +++ b/public/docs/_examples/quickstart/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/template-syntax/ts/.gitignore b/public/docs/_examples/template-syntax/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/template-syntax/ts/.gitignore +++ b/public/docs/_examples/template-syntax/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js diff --git a/public/docs/_examples/user-input/ts/.gitignore b/public/docs/_examples/user-input/ts/.gitignore index 6724ce3596..2cb7d2a2e9 100644 --- a/public/docs/_examples/user-input/ts/.gitignore +++ b/public/docs/_examples/user-input/ts/.gitignore @@ -1 +1 @@ -src/**/*.js \ No newline at end of file +**/*.js