.gitignore 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one or more
  3. # contributor license agreements. See the NOTICE file distributed with
  4. # this work for additional information regarding copyright ownership.
  5. # The ASF licenses this file to You under the Apache License, Version 2.0
  6. # (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. *.ipynb
  18. *.bak
  19. *.db
  20. *.pyc
  21. *.sqllite
  22. *.swp
  23. .bento*
  24. .cache-loader
  25. .coverage
  26. .DS_Store
  27. .eggs
  28. .envrc
  29. .idea
  30. .mypy_cache
  31. .python-version
  32. .tox
  33. .vscode
  34. _build
  35. _images
  36. _modules
  37. _static
  38. build
  39. app.db
  40. apache_superset.egg-info/
  41. changelog.sh
  42. dist
  43. dump.rdb
  44. env
  45. venv*
  46. env_py3
  47. envpy3
  48. env36
  49. local_config.py
  50. /superset_config.py
  51. superset.egg-info/
  52. superset/bin/supersetc
  53. tmp
  54. rat-results.txt
  55. # Node.js, webpack artifacts
  56. *.entry.js
  57. *.js.map
  58. node_modules
  59. npm-debug.log*
  60. superset-frontend/coverage/*
  61. superset-frontend/cypress/screenshots
  62. superset-frontend/cypress/videos
  63. superset/static/assets
  64. superset/static/version_info.json
  65. yarn-error.log
  66. superset-ui-0.12.7/node_modules
  67. superset-ui-plugins-0.11.15/node_modules
  68. superset-ui-plugins-echarts-basic/node_modules
  69. # IntelliJ
  70. *.iml
  71. venv
  72. @eaDir/
  73. # Test data
  74. celery_results.sqlite
  75. celerybeat-schedule
  76. celerydb.sqlite
  77. celerybeat.pid
  78. geckodriver.log
  79. ghostdriver.log
  80. testCSV.csv
  81. .terser-plugin-cache/
  82. apache-superset-*.tar.gz*
  83. # Translation binaries
  84. messages.mo