Skip to content

Commit 4600b6b

Browse files
committed
update docs flow
1 parent 0beb40a commit 4600b6b

File tree

3 files changed

+402
-487
lines changed

3 files changed

+402
-487
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# IDE
2+
.idea
13
# Dependencies
24
/node_modules
35

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
registry=https://registry.npmjs.org/
2+
strict-ssl=false
3+
4+
# deactivate update notifier, because when executing commands with npm it requested the registry beforehand(in prod not contactable)
5+
update-notifier=false

0 commit comments

Comments
 (0)