Skip to content

Commit fcf0cd3

Browse files
Update git-ignore.md
1 parent b731e3d commit fcf0cd3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

β€Žrecipes/jekyll/project-files/git-ignore.mdβ€Ž

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
- Simple - From [MichaelCurrin/jekyll-blog-demo](https://github.com/MichaelCurrin/jekyll-blog-demo)
44
```
5-
_site/
6-
7-
.jekyll-metadata
8-
95
.jekyll-cache/
106
.sass-cache/
7+
.jekyll-metadata
118
129
.bundle/
1310
vendor/
11+
12+
_site/
1413
```
1514
1615
Notes:
1716
18-
- `.jekyll-metadata` - Added when running `jekyll new PATH` or serving in incremental mode.
19-
- `.bundle/` - stores the Bundler config. This can be different for local and prod/remote deploys when packages are frozen, so do not version. See the [Bundler install](https://bundler.io/man/bundle-install.1.html) docs about using `--deployment` and `--frozen` flags which probably change this.
17+
- `.jekyll-metadata` - File is added when running `jekyll new PATH` or serving in incremental mode.
18+
- `.bundle/` - Stores the Bundler config. This can be different for local and prod/remote deploys when packages are frozen, so do not version. See the [Bundler install](https://bundler.io/man/bundle-install.1.html) docs about using `--deployment` and `--frozen` flags which probably change this.

0 commit comments

Comments
Β (0)