[Feat] Suport .gitignore
and .eslintignore
files to populate ignore list
#74
Labels
Milestone
.gitignore
and .eslintignore
files to populate ignore list
#74
cssvar.ignore
can be tedious to maintain, and ignore list can be random for different projects.Adding support for
.gitignore
and.eslintignore
files opens an opportunity to keep less things inside the extension config and re-use config files that are widely used.Gotchas:
node_modules
) is ignored in.gitignore
and later user wants to import a css file from node_modules, the extension should not ignore such CSS imports fromnode_modules
.!node_modules
glob pattern incssvar.ignore
settings, which will supersede all other ignore patterns.The text was updated successfully, but these errors were encountered: