Skip to content

Commit 235bde9

Browse files
committed
docs: Remove unneeded ignored directories
npm run doc outputs generated files in docs/frontend/ directory rather than documentation/frontend/dist. All generated files under docs/frontend are already ignored in docs/.gitignore. Change-Id: I2b9db6ba7885edd7e9ce0c748472c22afdc729ce
1 parent 944c034 commit 235bde9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
# .gitignore can't be placed inside docs/frontend because VitePress build
33
# empties the directory when building.
44
frontend/*
5-
frontend/!.gitignore

documentation/frontend/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules/
22
docs/.vitepress/cache
3-
dist/

0 commit comments

Comments
 (0)