Files
React95/.gitignore
Luiz Baldi a1b7662fae Improve docs structure
* Move each mdx file to respective component folder (colocation ftw)
* Fix some style prop-types in order to fix docz build
* Move docz to the root folder instead of having a separated project folder
2020-04-30 00:37:30 +02:00

31 lines
361 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# JetBrains IDEs
.idea/*
# Docs
.docz
/docs/build