2019-12-08 04:02:22 +08:00
|
|
|
*.log
|
|
|
|
.cache
|
|
|
|
.DS_Store
|
2020-04-17 18:51:49 +08:00
|
|
|
.temp
|
2019-12-08 04:02:22 +08:00
|
|
|
node_modules
|
|
|
|
dist
|
|
|
|
.env
|
|
|
|
.env.*
|
2021-11-11 20:16:52 +08:00
|
|
|
.npmrc
|
2023-02-19 01:27:02 +08:00
|
|
|
.eslintcache
|
2019-12-08 04:02:22 +08:00
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
|
|
.cache
|
|
|
|
|
2024-07-04 00:02:34 +08:00
|
|
|
# Turbo cache
|
|
|
|
.turbo
|
|
|
|
|
2019-12-08 04:02:22 +08:00
|
|
|
.rpt2_cache
|
|
|
|
.rts2_cache
|
|
|
|
.rts2_cache_cjs
|
|
|
|
.rts2_cache_es
|
2020-08-14 22:34:37 +08:00
|
|
|
.rts2_cache_umd
|
|
|
|
|
|
|
|
tests/cypress/videos
|
2020-08-20 00:17:12 +08:00
|
|
|
/tests/cypress/screenshots
|
2021-09-30 15:25:40 +08:00
|
|
|
# Ignore intellij project files
|
|
|
|
.idea
|
2023-01-25 17:19:51 +08:00
|
|
|
|
|
|
|
# packaged files
|
|
|
|
packages/**/*.tgz
|
|
|
|
demos/*.tgz
|
2023-03-27 21:21:03 +08:00
|
|
|
|
|
|
|
# demo directories
|
|
|
|
demos/src/Dev/**
|
|
|
|
!demos/src/Dev/.gitkeep
|