The app build can sometimes fail because stylelint linter warns about css font files in public/assets/fonts. We do not need to lint these files as they are third-party files.
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
out/**/*
|
|
public/assets/fonts/**/*
|
|
node_modules/**/*
|