Skip to content

Commit 7c413dd

Browse files
committed
build: we don't need the standard GitHub Pages jekyll build
as we're using our own build
1 parent 9b457c3 commit 7c413dd

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.nojekyll

Whitespace-only changes.

docs/files-folder-structure.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
link:https://patternlab.io/[pattern lab] system structure files and folders are formatted in italic. Most common aspects like `package.json` are being left out.
44

55
* `.husky`: Storing the Git lifecycle scripts / hooks like e.g. regarding [commit message linting](adr/linting-git.adoc) or pre-commit code formatting via link:adr/code_style_formatter-prettier.adoc[prettier] supported by link:https://www.npmjs.com/package/husky[husky]
6+
* `.nojekyll`: Preventing the `jekyll` build by GitHub Pages, as we're building our files with our setup (mainly `pattern lab`, `scss` and `babel`)
67
* `.vscode`: Providing Microsoft Visual Studio Code IDE configurations, currently recommended extensions
78
* `docs`: including relevant documentation as well as ADRs
89
* `_helpers_`: storing handlebars helper scripts

0 commit comments

Comments
 (0)