Skip to content

Commit 61a699c

Browse files
committed
gitignore
1 parent 3329598 commit 61a699c

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.gitignore

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2-
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
2+
# mkdocs
33

4-
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
5-
_site/
6-
.sass-cache/
7-
.jekyll-cache/
8-
.jekyll-metadata
4+
# python environment
5+
.venv/
96

10-
# Additional Ruby/bundler ignore for when you run: bundle install
11-
/vendor
12-
13-
# Specific ignore for GitHub Pages
14-
# GitHub Pages will always use its own deployed version of pages-gem
15-
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
16-
# counterproductive to check this file into the repository.
17-
# Details at https://github.com/github/pages-gem/issues/768
18-
Gemfile.lock
19-
20-
.venv/
7+
# mkdocs build output
8+
site/

0 commit comments

Comments
 (0)