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/
|
2022-01-22 04:30:20 +00:00
|
|
|
.vscode/
|
2022-01-14 05:17:38 +00:00
|
|
|
*.iml
|
2021-04-15 04:09:10 +00:00
|
|
|
dist
|
2021-11-27 06:17:08 +00:00
|
|
|
package-lock.json
|
2022-07-05 06:08:25 +00:00
|
|
|
*.tgz
|
2021-03-21 02:00:55 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
2023-11-27 17:53:52 +00:00
|
|
|
build/
|
2021-03-21 02:00:55 +00:00
|
|
|
|
|
|
|
# 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/
|