diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,3 @@ -# Demo for Bagguette -/bower_components/baguettebox.js/demo/* - *.db *~ *.diff @@ -15,6 +12,8 @@ output/ # .DS_Store +docs/sphinx/_build + # All of .idea should be ignored .idea/ .vscode/ |
