-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4349 from coralproject/develop
8.5.1
- Loading branch information
Showing
3,525 changed files
with
109,028 additions
and
1,340 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -1,30 +1,51 @@ | ||
# tests are not run in the docker container. | ||
__tests__ | ||
**/__tests__ | ||
**/coverage | ||
coverage | ||
|
||
# we won't use the .git folder in production. | ||
.git | ||
.github | ||
|
||
# don't include the dependancies | ||
node_modules | ||
**/node_modules | ||
|
||
# don't include any logs | ||
npm-debug.log* | ||
**/npm-debug.log* | ||
|
||
# don't include any yarn files | ||
yarn-error.log | ||
yarn.lock | ||
|
||
# don't include any OS/editor files | ||
.env | ||
**/.env | ||
.idea/ | ||
.vs | ||
.vscode | ||
|
||
.docz | ||
**/.docz | ||
|
||
*.swp | ||
**/*.swp | ||
|
||
*.DS_STORE | ||
*.DS_Store | ||
**/*.DS_STORE | ||
**/*.DS_Store | ||
|
||
# don't include any generated files | ||
dist | ||
**/dist | ||
|
||
*.css.d.ts | ||
**/*.css.d.ts | ||
|
||
__generated__ | ||
docs/.next | ||
**/__generated__ | ||
|
||
**/.next |
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,25 +1,8 @@ | ||
# don't include the dependancies | ||
node_modules | ||
|
||
# don't include any logs | ||
npm-debug.log* | ||
|
||
# don't include any yarn files | ||
yarn-error.log | ||
yarn.lock | ||
|
||
# don't include any OS/editor files | ||
.env | ||
.idea/ | ||
.vs | ||
.docz | ||
.next | ||
*.swp | ||
*.DS_STORE | ||
|
||
# don't include any generated files | ||
dist | ||
*.css.d.ts | ||
__generated__ | ||
persisted-queries.json | ||
docs/out | ||
*.DS_STORE |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
sh scripts/build.sh |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.