Skip to content

Commit

Permalink
Simplify repository structure; update panels to new plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Costa <[email protected]>
  • Loading branch information
neysofu committed Jun 4, 2024
1 parent f4b5348 commit 2004719
Show file tree
Hide file tree
Showing 58 changed files with 1,780 additions and 1,094 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ops/
compose/
bruno/
target/

.git
Expand Down
7 changes: 1 addition & 6 deletions .gitignore
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
7 changes: 7 additions & 0 deletions .vscode/settings.default.json
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"
}
}
Loading

0 comments on commit 2004719

Please sign in to comment.