Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
38
projects/TokenizeRWATemplate-frontend/.gitignore
vendored
Normal file
38
projects/TokenizeRWATemplate-frontend/.gitignore
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user