mirror of
https://github.com/tabler/tabler.git
synced 2026-01-11 07:00:08 +04:00
51 lines
513 B
Plaintext
51 lines
513 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.idea/
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
.next/
|
|
/out/
|
|
/public/sitemap*
|
|
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# vercel
|
|
.vercel
|
|
package-lock.json
|
|
|
|
# tmp files
|
|
/.tmp-emails
|
|
|
|
# yarn
|
|
.yarn
|
|
.yarnrc.yml
|
|
.pnp.loader.mjs
|
|
.pnp.cjs
|
|
.jekyll-cache/
|
|
_site
|
|
|
|
.contentlayer
|
|
|
|
public/static/tabler-icons/icons/*
|
|
public/static/tabler-icons/icons-png/*
|