Skip to content

Commit

Permalink
Merge pull request #609 from PrefectHQ/separate-core-and-vue
Browse files Browse the repository at this point in the history
Separate core and vue
  • Loading branch information
pleek91 authored Jan 15, 2025
2 parents e277392 + 138aca2 commit 7602392
Show file tree
Hide file tree
Showing 162 changed files with 4,433 additions and 3,008 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ version: 2
updates:

- package-ecosystem: "npm"
directory: "/"
directory: "/core/"
schedule:
interval: "weekly"
17 changes: 0 additions & 17 deletions .vscode/css-data.json

This file was deleted.

7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

162 changes: 0 additions & 162 deletions .vscode/vue.code-snippets

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
node_modules
dist
.DS_STORE

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 0 additions & 2 deletions .vscode/settings.json → core/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"editor.formatOnSave": false,
"javascript.format.enable": false,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7602392

Please sign in to comment.