summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/gitignore/dist
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/fmt/gitignore/dist')
-rw-r--r--tests/specs/fmt/gitignore/dist/file1.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/fmt/gitignore/dist/file1.js b/tests/specs/fmt/gitignore/dist/file1.js
new file mode 100644
index 000000000..3ecf5aa6a
--- /dev/null
+++ b/tests/specs/fmt/gitignore/dist/file1.js
@@ -0,0 +1,6 @@
+// This file is in `.gitignore` simulating that it's generated by a build tool
+// and should not be linted
+function foo( ) {
+ console.log( "hello")
+ }
+ \ No newline at end of file