Files
superset2/.gitignore
Victor Noël 02aa3c6395 Improve development experience with Docker (#5966)
- Improve Docker image
  - smaller
  - faster to build
  - deterministict dependencies (see #5958)
- Rework process to simplify setting things up
  - updated documentation
  - less commands to type
  - no files to move and modify
  - optional loading of samples
- Still working in standalone mode (without volumes for superset)
2018-11-27 11:19:55 -08:00

47 lines
532 B
Plaintext

*.bak
*.db
*.pyc
*.sqllite
*.swp
.cache-loader
.coverage
.DS_Store
.eggs
.idea
.python-version
.tox
.vscode
_build
_images
_modules
_static
build
app.db
changelog.sh
dist
dump.rdb
env
env_py3
envpy3
local_config.py
superset_config.py
superset.egg-info/
superset/bin/supersetc
tmp
# Node.js, webpack artifacts
*.entry.js
*.js.map
node_modules
npm-debug.log*
superset/assets/coverage/*
superset/assets/cypress/screenshots
superset/assets/cypress/videos
superset/assets/version_info.json
yarn-error.log
# IntelliJ
*.iml
venv
@eaDir/