mirror of
https://github.com/selfxyz/self.git
synced 2026-01-08 06:14:07 -05:00
* fix yarn format * yarn format * fix lint * undo temporary disabling * pipeline fixes * revert nvmrc change
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
# Root .prettierignore
|
|
**/node_modules/**
|
|
**/.yarn/**
|
|
**/dist/**
|
|
**/build/**
|
|
**/coverage/**
|
|
**/Pods/**
|
|
app/vendor/**
|
|
circuits/build/**
|
|
contracts/artifacts/**
|
|
contracts/cache/**
|
|
contracts/typechain-types/**
|
|
.nvmrc
|
|
.watchmanconfig
|