-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Switch back to backend only, split front-end to own repo [DEV-2…
…665] (#221) * Delete frontend * Move src * Update tsconfig.json * Update package.json * Delete lerna.json * Delete identity.keys * Update package-lock.json * Update package.json * Update Dockerfile * Update .dockerignore * Update .dockerignore * Update package * Update dependabot.yml * Update .dockerignore * Update Dockerfile * Add NPM build * Add deploy guard * Update pull-request.yml * Update release.yml
- Loading branch information
Showing
112 changed files
with
16,010 additions
and
54,337 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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Skip unncecessary folders | ||
dist/** | ||
node_modules/** | ||
.github/** | ||
**/.git | ||
**/.github | ||
**/node_modules | ||
**/dist | ||
|
||
# Skip unnecessary files | ||
**/*.md | ||
Dockerfile** | ||
Dockerfile | ||
docker-compose.yml | ||
|
||
# Exceptions | ||
!LICENSE | ||
!README.md |
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 |
---|---|---|
|
@@ -43,5 +43,6 @@ jobs: | |
revert | ||
style | ||
test | ||
security | ||
# Configure that a scope must always be provided. | ||
requireScope: false |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.