mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
* Add Prettier configuration and ignore files for code formatting - Created .prettierignore to exclude specific directories and files from formatting. - Added .prettierrc.yml with custom settings for print width and trailing commas. - Updated package.json to include Prettier and its Solidity plugin as dependencies, along with scripts for formatting and checking code. * Run prettier formatting
17 lines
156 B
Plaintext
17 lines
156 B
Plaintext
# directories
|
|
broadcast
|
|
cache
|
|
coverage
|
|
node_modules
|
|
out
|
|
|
|
# files
|
|
*.env
|
|
*.log
|
|
.DS_Store
|
|
.pnp.*
|
|
bun.lockb
|
|
lcov.info
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock |