Skip to content

Commit

Permalink
refactor: move userDir to root
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 17, 2023
1 parent fa6cad0 commit 988531b
Show file tree
Hide file tree
Showing 9 changed files with 1,373 additions and 7 deletions.
438 changes: 438 additions & 0 deletions .config.nodes.json

Large diffs are not rendered by default.

419 changes: 419 additions & 0 deletions .config.nodes.json.backup

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions .config.users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"_": {
"editor": {
"view": {
"view-store-zoom": false,
"view-store-position": false,
"view-show-grid": true,
"view-snap-grid": true,
"view-grid-size": 20,
"view-node-status": true,
"view-node-show-label": true,
"view-show-tips": true,
"view-show-welcome-tours": true
},
"tours": {
"welcome": "3.0.2-git"
}
}
}
}
17 changes: 17 additions & 0 deletions .config.users.json.backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_": {
"editor": {
"view": {
"view-store-zoom": false,
"view-store-position": false,
"view-show-grid": true,
"view-snap-grid": true,
"view-grid-size": 20,
"view-node-status": true,
"view-node-show-label": true,
"view-show-tips": true,
"view-show-welcome-tours": true
}
}
}
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
.env
dist/
dist/
app.yaml
.gcloudignore
Empty file added lib/flows/README.md
Empty file.
Loading

0 comments on commit 988531b

Please sign in to comment.