mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
415 B
48 lines
415 B
# OS or Editor folders
|
|
.DS_Store
|
|
node_modules
|
|
|
|
# Jekyllg
|
|
_site
|
|
.sass-cache
|
|
.jekyll-metadata
|
|
Gemfile.lock
|
|
**/.DS_Store
|
|
**/desktop.ini
|
|
**/.svn
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
.vercel
|
|
/.next/
|
|
/out/
|
|
/build/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.env*
|
|
.idea
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.now
|
|
.mdx-data
|
|
.cache
|
|
.yalc
|
|
yalc.lock
|
|
.cache
|
|
|
|
# vale
|
|
.vale/check.json
|
|
|