mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
|
# dependencies
|
||
|
node_modules
|
||
|
|
||
|
# builds
|
||
|
/build
|
||
|
/dist
|
||
|
/lib
|
||
|
.rpt2_cache
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|