Skip to content

Commit dd5c772

Browse files
committed
chore: add info about the need of .eleventyignore
1 parent 4f7665b commit dd5c772

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.eleventyignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/**
2-
/docs/_assets/head.html
2+
/docs/_assets
3+
/docs/_includes
4+
/docs/_data

docs/guides/first-pages/getting-started.md

+9
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ Rocket uses the .gitignore file to manage it's requirements. If you skip this st
5151
};
5252
```
5353

54+
5. (optionally) Create a file `.eleventyignore` (this file will be needed once you start customizing presets)
55+
56+
```
57+
node_modules/**
58+
/docs/_assets
59+
/docs/_includes
60+
/docs/_data
61+
```
62+
5463
<inline-notification type="warning" title="note">
5564

5665
All further pathes are relative to your project root (my-project in this case)

0 commit comments

Comments
 (0)