33 lines
481 B
Plaintext
33 lines
481 B
Plaintext
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
# Don't track package-lock if we intend to use yarn.lock
|
|
package-lock.json
|
|
|
|
# builds
|
|
build
|
|
dist/
|
|
.rpt2_cache
|
|
.docz/
|
|
.yalc
|
|
yalc.lock
|
|
|
|
# Log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.idea
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Can be removed after we update netlify
|
|
# to use default .docz/ output destination
|
|
example/
|