-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'graph' script and ignore NX files
The commit includes an update to the package.json file, specifically a new script titled 'graph' which uses NX commands. Additionally, NX generated files are now ignored in the .gitignore file to prevent unnecessary tracking of these automatically generated files.
- Loading branch information
1 parent
f7c275f
commit 5caa92b
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -46,4 +46,7 @@ artifacts | |
*.tsbuildinfo | ||
|
||
# geneated GraphQL types | ||
/**/types/graphql/*.ts | ||
/**/types/graphql/*.ts | ||
|
||
# nx files | ||
.nx |
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