Files
TokenizeRWATemplate/projects/TokenizeRWATemplate-frontend/.gitignore
Raghav d62f2fd1ca
Some checks failed
Release / Run TokenizeRWATemplate-contracts release (push) Has been cancelled
Release / Run TokenizeRWATemplate-frontend release (push) Has been cancelled
Update project templates and workspace configuration files
Co-Authored-By: Oz <oz-agent@warp.dev>
2026-04-16 10:38:17 +05:30

39 lines
425 B
Plaintext
Executable File

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# dotenv environment variable files
.env
env/
# misc
/dist
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test-results/
/playwright-report/
/playwright/.cache/
# PyCharm
.idea
!.idea/
.idea/*
!.idea/runConfigurations/
.vercel
.netlify