Skip to content

Commit

Permalink
sagas, form
Browse files Browse the repository at this point in the history
  • Loading branch information
radiator committed Nov 7, 2018
2 parents 65c4633 + 21e3f2d commit a6f21f3
Show file tree
Hide file tree
Showing 61 changed files with 6,566 additions and 6,017 deletions.
14 changes: 7 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{

This comment has been minimized.

Copy link
@tarhunakau

tarhunakau Nov 8, 2018

Что в этом файле поменялось и почему он попал в коммит?

"extends": "airbnb",
"plugins": [
"react",
"import",
"jsx-a11y"
]
{
"extends": "airbnb",
"plugins": [
"react",
"import",
"jsx-a11y"
]
}
10 changes: 10 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<<<<<<< HEAD

This comment has been minimized.

Copy link
@tarhunakau

tarhunakau Nov 8, 2018

Во-первых, уверен ли ты, что эта папка должна вообще попадать в репозиторий? А во-вторых, тут явный конфликт

This comment has been minimized.

Copy link
@radiator42

radiator42 Nov 8, 2018

Owner

все удалю

asset-manifest.json,1540803128316,60379663bdb023be2a6012d9b30383ab8d132a2f0d2765ae221302e2cc8062ae
index.html,1540803128315,0b7bc02e60bcf0566c4f26da5e473fc9f0a3736e7e81c233e41108bfbae0df37
manifest.json,1540803108099,e5a5ca27c4444034354b69457d23d23d62d7c9040a66a4d4e402354afd824834
favicon.ico,1540803108097,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9
service-worker.js,1540803128557,4ef3806796e795611d629a7aca3dedd6be6fd5301d3a9eb9ad63f9871ed77228
static/js/main.3bde5e51.js,1540803128381,809aa1302a6ccb179eb2699210fe3c0c19a3c88e94281a3a18e2b36d351753f7
static/js/main.3bde5e51.js.map,1540803128379,e0e7bef414facce6292dd6101f866f7be2d4c970e19c0fdd86f4e17e0c327e9a
=======
asset-manifest.json,1540755387887,99baced4d191609dd9fe897f9d7e93d5bdc832d79ed576bc9d3c17c60e8fd23d
favicon.ico,1540755329009,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9
index.html,1540755387886,93da335108f4765e46b857eef39033c5a4feaa09974e60f97769727ecafe9f8f
manifest.json,1540755329012,65d4aa66cd0b8963e88196705111adfccad2e8b80725b6a7a82ca8a9a0de8889
service-worker.js,1540755388195,17189a1ef751d8dab280b23e0bee052cf87aa7d853a2fe46667367bb0c7473a1
static/js/main.59b2685d.js,1540755387929,bf2eef5e8fedef0500f37223d2ab91b2079d923c738594506e38dcd90114747f
static/js/main.59b2685d.js.map,1540755387918,58307421f037c0c16e09b910ae7200f4e29a587e8990010c02e9a6dafc9db6ce
>>>>>>> 21e3f2d88a438a6d8634faec0c054352fd302855
54 changes: 27 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules
/.vscode
/.firebase
#.firebasers
#/src/config


# testing
/coverage

# production
/build

# misc
.env
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules
/.vscode
/.firebase
#.firebasers
#/src/config


# testing
/coverage

# production
/build

# misc
.env
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
26 changes: 13 additions & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Запустить программу",
"program": "${workspaceFolder}\\start"
}
]
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Запустить программу",
"program": "${workspaceFolder}\\start"
}
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{
{
}
Loading

0 comments on commit a6f21f3

Please sign in to comment.