Browse Source

tidy(.gitignore): ignore build folder for mkdocs site

pull/755/head
Collin Brown 2 years ago
parent
commit
594da9fc46
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitignore

+ 3
- 0
.gitignore View File

@@ -29,3 +29,6 @@ website/package-lock.json

# Ignore .swp files
.swp

# Ignore build docs site
site/

Loading…
Cancel
Save