We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7665b commit dd5c772Copy full SHA for dd5c772
.eleventyignore
@@ -1,2 +1,4 @@
1
node_modules/**
2
-/docs/_assets/head.html
+/docs/_assets
3
+/docs/_includes
4
+/docs/_data
docs/guides/first-pages/getting-started.md
@@ -51,6 +51,15 @@ Rocket uses the .gitignore file to manage it's requirements. If you skip this st
51
};
52
```
53
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
63
<inline-notification type="warning" title="note">
64
65
All further pathes are relative to your project root (my-project in this case)
0 commit comments