mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
fc246aafc4
* Add visualizations project settings * Move visualizations to redash-visualizations * Delete shared components * Remove antd from deps * Remove p-r-5 from table utils * Remove visualization deps from package.json * Rename package and change its version * Test preinstall script * Update Dockerfile build for frontend * Test adding dockerignore * Update jest tests * Add step for jest tests * Include viz-lib on dev commands * User prettier v1 for now * Delete unused libs on the app * Add readme draft (to be finished) * Add getOptions to Editor * Add required libraries and finish basic example * Bump version
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* |