Base structure for monorepo
This commit is contained in:
24
packages/portal/.prettierignore
Normal file
24
packages/portal/.prettierignore
Normal file
@@ -0,0 +1,24 @@
|
||||
node_modules/
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
/out/
|
||||
|
||||
# yarn
|
||||
yarn-error.log
|
||||
yarn.lock
|
||||
|
||||
# sass
|
||||
.sass-cache
|
||||
|
||||
# misc
|
||||
sandbox/*
|
||||
.env
|
||||
.staging.env
|
||||
.nyc_output/*
|
||||
.DS_Store
|
||||
|
||||
public/
|
||||
Reference in New Issue
Block a user