Skip to content

Commit 5b5c4b5

Browse files
authored
Merge pull request #41 from nexB/40-add-gsod-2020-page
Add clone of GSoD 2019 page as template #40
2 parents 54fb354 + 399bb60 commit 5b5c4b5

3 files changed

Lines changed: 397 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ pip-selfcheck.json
2727
pyvenv.cfg
2828
geckodriver.log
2929
.DS_Store
30+
31+
# virtualenv and other misc bits
32+
.venv/
33+
/build
34+
build/
35+
36+
# IDEs
37+
.vscode
38+
39+
# Sphinx
40+
docs/_build

0 commit comments

Comments
 (0)