-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
7,903 additions
and
681 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
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
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
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
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
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
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
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
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
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,29 +1,30 @@ | ||
yarn.lock | ||
target | ||
lib | ||
test-results | ||
.next | ||
out | ||
dist | ||
# we will make this file shared by prettier|eslint|oxlint | ||
**/node_modules | ||
.yarn | ||
.github/helm | ||
_next | ||
storybook-static | ||
web-static | ||
public | ||
packages/backend/server/src/schema.gql | ||
packages/backend/server/src/base/error/errors.gen.ts | ||
packages/frontend/i18n/src/i18n-generated.ts | ||
packages/frontend/i18n/src/i18n-completenesses.json | ||
packages/frontend/graphql/src/graphql/index.ts | ||
.github | ||
.vscode | ||
.yarnrc.yml | ||
packages/frontend/templates/*.gen.ts | ||
packages/frontend/templates/onboarding | ||
|
||
# auto-generated by NAPI-RS | ||
# fixme(@joooye34): need script to check and generate ignore list here | ||
packages/backend/native/index.d.ts | ||
packages/frontend/native/index.d.ts | ||
packages/frontend/native/index.js | ||
compose.yaml | ||
*.gen.ts | ||
# compiled output | ||
.coverage | ||
.nx/** | ||
target | ||
test-results | ||
**/dist | ||
**/lib | ||
**/storybook-static | ||
**/web-static | ||
**/public | ||
**/e2e-dist-* | ||
**/static | ||
|
||
# generated files | ||
**/*.gen.ts | ||
**/*.gql | ||
**/*.d.ts | ||
|
||
# per files | ||
packages/frontend/graphql/src/graphql/index.ts | ||
tools/scripts/src/webpack/error-handler.js | ||
packages/frontend/apps/android/App/app/build/** | ||
**/.storybook |
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
Oops, something went wrong.