You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/files-folder-structure.adoc
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
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.
4
4
5
5
* `.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`)
6
7
* `.vscode`: Providing Microsoft Visual Studio Code IDE configurations, currently recommended extensions
7
8
* `docs`: including relevant documentation as well as ADRs
0 commit comments