-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify repository structure; update panels to new plugin
Signed-off-by: Filippo Costa <[email protected]>
- Loading branch information
Showing
58 changed files
with
1,780 additions
and
1,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
ops/ | ||
compose/ | ||
bruno/ | ||
target/ | ||
|
||
.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
rustc-ice* | ||
|
||
### IDEs | ||
.vscode/ | ||
.vscode/settings.json | ||
.idea/ | ||
|
||
### OS | ||
.DS_Store | ||
|
||
### Rust | ||
/target | ||
|
||
### Project specific | ||
ops/compose/data/* | ||
/frontend/dist | ||
frontend/graphql/api_schema.graphql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// In case you're wondering, yes, VS Code explicity allows comments in JSON | ||
// configuration files. See <https://code.visualstudio.com/docs/languages/json#_json-with-comments>. | ||
{ | ||
"yaml.schemas": { | ||
"./crates/autogen_config_json_schema/schema.json": "*.graphix.yml" | ||
} | ||
} |
Oops, something went wrong.