.prettierignore (767B)
1 ## [START] Keep in sync with .gitignore 2 # Dependencies 3 node_modules 4 5 # Production 6 build/ 7 lib/ 8 bin/ 9 10 # Generated files 11 **/*.tsbuildinfo 12 *.api.json 13 *.tgz 14 yarn.lock 15 .docusaurus/ 16 .cache-loader 17 test/output-*/ 18 .dev_profile* 19 coverage/ 20 generated/ 21 .eslintcache 22 .cache/ 23 24 # IDE Artifacts 25 .vscode/* 26 !.vscode/extensions.json 27 !.vscode/*.template.json 28 .devcontainer 29 30 # Misc 31 .DS_Store 32 .env.local 33 .env.development.local 34 .env.test.local 35 .env.production.local 36 37 npm-debug.log* 38 yarn-debug.log* 39 yarn-error.log* 40 41 # Wireit 42 .wireit 43 ## [END] Keep in sync with .gitignore 44 45 # Prettier-only ignores. 46 CHANGELOG.md 47 package-lock.json 48 test/assets/ 49 docs/api 50 docs/browsers-api 51 versioned_*/ 52 53 # Ng-schematics 54 /packages/ng-schematics/files/ 55 /packages/ng-schematics/sandbox/ 56 /packages/ng-schematics/multi/