Files
fibonacci-fold/.gitignore
2024-09-30 03:53:03 -04:00

30 lines
296 B
Plaintext

# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/dist
# environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# storybook
*storybook.log
**/*.xcf