, or specify directories recursively using/**..gitignorefiles can be placed at the root of the repository or in subdirectories, allowing for fine-grained control over ignored files. Git also supports a global.gitignorefile for patterns that should be ignored across all repositories. How to open...
Apply any.gitignorefiles. Conceptually, this step reduces the subset of file paths. Apply any.prettierignorefile(s). This step adds/removes items from the subset. 🤔 Hmmm... you have pointed out something I overlooked in the original proposal, though: The.gitignorefiles are recursively combi...
// This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'...
Prettier does pick up the config file two levels above but not the ignore file. For now I'm forced to copy the ignore file in every package folder 👍 4 m3hari commented Feb 1, 2023 It's bummer how inconsistent this behavior is; it resolves the config file recursively upwards but ...