@grimoire-rs/indexer 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/gitignore +4 -1
package/package.json
CHANGED
package/templates/gitignore
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Build output of `grim-indexer build`.
|
|
2
2
|
dist/
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
# NOT ignored: `public/` is this index's own asset layer — the logo and
|
|
5
|
+
# favicon `index.config.json` names live there, and the build copies it into
|
|
6
|
+
# `dist/`. Ignoring it means the site references files the deploy never had.
|
|
4
7
|
|
|
5
8
|
# Renderer scratch dir — removed on a clean build, left behind by a killed one.
|
|
6
9
|
.index-*/
|