2017-03-09 11:54:03 +00:00
|
|
|
node_modules
|
|
|
|
javascript/dist
|
|
|
|
.jshintrc
|
|
|
|
javascript/examples/**/dist
|
2017-08-08 14:13:24 +00:00
|
|
|
.idea/
|
2021-03-21 02:00:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
/src/.next/
|