summaryrefslogtreecommitdiff
path: root/tests/specs/lint/gitignore/dist/file1.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/lint/gitignore/dist/file1.js')
-rw-r--r--tests/specs/lint/gitignore/dist/file1.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/lint/gitignore/dist/file1.js b/tests/specs/lint/gitignore/dist/file1.js
new file mode 100644
index 000000000..669c1e2c8
--- /dev/null
+++ b/tests/specs/lint/gitignore/dist/file1.js
@@ -0,0 +1,3 @@
+// This file is in `.gitignore` simulating that it's generated by a build tool
+// and should not be linted
+while (false) {}