File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const __dirname = path.dirname(__filename);
160
160
const gitignorePath = path .resolve (__dirname , " .gitignore" );
161
161
162
162
export default [
163
- includeIgnoreFile (gitignorePath, " Imported .gitignore patterns" ), // `name` is optional.
163
+ includeIgnoreFile (gitignorePath, " Imported .gitignore patterns" ), // second argument is optional.
164
164
{
165
165
// your overrides
166
166
},
@@ -176,7 +176,7 @@ const path = require("node:path");
176
176
const gitignorePath = path .resolve (__dirname , " .gitignore" );
177
177
178
178
module .exports = [
179
- includeIgnoreFile (gitignorePath, " Imported .gitignore patterns" ), // `name` is optional.
179
+ includeIgnoreFile (gitignorePath, " Imported .gitignore patterns" ), // second argument is optional.
180
180
{
181
181
// your overrides
182
182
},
You can’t perform that action at this time.
0 commit comments