-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update SSR npmignore file w/ new project structure (#6017)
* update npmignore file w/ new project structure * Change files Co-authored-by: nicholasrice <[email protected]>
- Loading branch information
1 parent
6372de1
commit f9daa8a
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@microsoft-fast-ssr-13ec7f53-e846-46e1-890c-e36f781eeb32.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "update npmignore file w/ new project structure", | ||
"packageName": "@microsoft/fast-ssr", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
test | ||
server | ||
temp | ||
src | ||
*.spec.js | ||
api-extractor.json | ||
.eslintrc.cjs | ||
.prettierignore | ||
playwright.config.cjs | ||
tsconfig.json |