mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
31 lines
294 B
Plaintext
31 lines
294 B
Plaintext
# dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
yarn-error.log
|
|
lerna-debug.log
|
|
|
|
# test coverage
|
|
coverage/
|
|
|
|
.DS_Store
|
|
.idea
|
|
|
|
.gcloudignore
|
|
|
|
# yarn v3
|
|
.yarn/*
|
|
.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# docs
|
|
docs/*
|
|
!docs/CNAME
|
|
!docs/index.html
|
|
|
|
|
|
*.env
|