ghost-extension-wallet/.gitignore
Uncle Fatso 838f01baa5
adding build script and change package name back to ghost-wallet
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 15:02:37 +03:00

30 lines
386 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
/tests
# production
/build
/dist
/releases
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/public/manifest.json
test-results
playwright-report