summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 63ed8ea8d2b..85867164489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,15 +20,11 @@ openbb_terminal/config_plot.py
openbb_terminal/config_terminal.py
openbb_terminal/feature_flags.py
openbb_terminal/reports/stored/*
-openbb_terminal/dashboards/.ipynb_checkpoints
-openbb_terminal/custom_reports/*/.ipynb_checkpoints
-openbb_terminal/reports/.ipynb_checkpoints
-openbb_terminal/reports/widgets/.ipynb_checkpoints
!openbb_terminal/reports/stored/.gitkeep
!openbb_terminal/dashboards/*.ipynb
!openbb_terminal/reports/*.ipynb
openbb_terminal/portfolio/portfolios/*
-.ipynb_checkpoints/*
+**/.ipynb_checkpoints
*.swp
*.http
bots/interactive/*.html
@@ -40,6 +36,8 @@ bots/interactive/*.html
dist/*
build/terminal
build/nsis/app
+DMG/*
+*.dmg
# Jupyter Lab Extension build files
jupyterlab/*/*.bundle.*