Skip to content

Commit d84af50

Browse files
author
Daniil Yankouski
authored
Merge pull request #13 from qDanik/cli/preparing
Architecture has been redesigned
2 parents 96bd27d + 4cf7357 commit d84af50

File tree

162 files changed

+2826
-3185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+2826
-3185
lines changed

.dockerignore

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
**/.classpath
2-
**/.dockerignore
3-
**/.git
4-
**/.gitignore
5-
**/.project
6-
**/.settings
7-
**/.toolstarget
8-
**/.vs
9-
**/.vscode
10-
**/*.*proj.user
11-
**/*.dbmdl
12-
**/*.jfm
13-
**/azds.yaml
14-
**/charts
15-
**/docker-compose*
16-
**/compose*
17-
**/Dockerfile*
18-
**/node_modules
19-
**/npm-debug.log
20-
**/obj
21-
**/secrets.dev.yaml
22-
**/values.dev.yaml
23-
README.md
1+
**/.classpath
2+
**/.dockerignore
3+
**/.git
4+
**/.gitignore
5+
**/.project
6+
**/.settings
7+
**/.toolstarget
8+
**/.vs
9+
**/.vscode
10+
**/*.*proj.user
11+
**/*.dbmdl
12+
**/*.jfm
13+
**/azds.yaml
14+
**/charts
15+
**/docker-compose*
16+
**/compose*
17+
**/Dockerfile*
18+
**/node_modules
19+
**/npm-debug.log
20+
**/obj
21+
**/secrets.dev.yaml
22+
**/values.dev.yaml
23+
README.md

.eslintignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.husky/common.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
command_exists () {
2-
command -v "$1" >/dev/null 2>&1
3-
}
4-
5-
# Workaround for Windows 10, Git Bash and Yarn
6-
if command_exists winpty && test -t 1; then
7-
exec < /dev/tty
1+
command_exists () {
2+
command -v "$1" >/dev/null 2>&1
3+
}
4+
5+
# Workaround for Windows 10, Git Bash and Yarn
6+
if command_exists winpty && test -t 1; then
7+
exec < /dev/tty
88
fi

.husky/pre-commit

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
. "$(dirname "$0")/common.sh"
4-
5-
yarn pre-commit
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
. "$(dirname "$0")/common.sh"
4+
5+
yarn pre-commit

.husky/pre-push

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
. "$(dirname "$0")/common.sh"
4-
5-
yarn pre-push
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
. "$(dirname "$0")/common.sh"
4+
5+
yarn pre-push

.huskyrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{
2-
"hooks": {
3-
"pre-commit": "yarn pre-commit",
4-
"pre-push": "yarn pre-push"
5-
}
1+
{
2+
"hooks": {
3+
"pre-commit": "yarn pre-commit",
4+
"pre-push": "yarn pre-push"
5+
}
66
}

.prettierrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

.vite/server.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)