mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-17 06:14:27 +01:00
33 lines
398 B
Plaintext
33 lines
398 B
Plaintext
.netlify
|
|
.env
|
|
build
|
|
storybook-static
|
|
environments/.dev.preview-server.env
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/node_modules_t
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.vscode
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
TODO
|