Skip to content

Commit b5a8d00

Browse files
committed
🔧 .gitignore: Ignore local/ scratch directory
The `local/` directory at the repo root holds local files that do belong in the repo directory but should never be committed.
1 parent 5ff26ad commit b5a8d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,6 @@ docs/_build
215215
# Jupytext sync is a tool for writing notebooks in `.ipynb` format, and syncing them to a `.md` file
216216
# https://marketplace.visualstudio.com/items?itemName=caenrigen.jupytext-sync
217217
.jupytext-sync-ipynb
218+
219+
# Local repo files
220+
local/

0 commit comments

Comments
 (0)