summaryrefslogtreecommitdiff
path: root/tests/specs/lint/gitignore/dist/file1.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-11-18 22:54:28 +0000
committerGitHub <noreply@github.com>2024-11-18 23:54:28 +0100
commit106d47a0136c04ca219a81c3f91505116e13855e (patch)
tree040c9523877731416af6bdce366cc33ec60b90e3 /tests/specs/lint/gitignore/dist/file1.js
parentc36f877f8d98f9756154e26809c614d6749b3fd1 (diff)
feat: fmt and lint respect .gitignore file (#26897)
Closes https://github.com/denoland/deno/issues/26573
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) {}