Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

refactor(packages): move to a single root package.json with turbo pipelines #42

Merged
merged 8 commits into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/workflows/docs-ci.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# IntelliJ
.DS_Store

### IntelliJ
.idea/*
!.idea/inspectionProfiles/
!.idea/dictionaries/
Expand All @@ -7,9 +9,7 @@
!.idea/*.iml
!.idea/README.md

.DS_Store

### Rust template
### Rust
# Generated by Cargo
# will have compiled files and executables
debug/
Expand All @@ -28,5 +28,7 @@ target/
# Spec/Wasm build directory
build

# ts-tests
### Node
node_modules
.contented
dist
1 change: 1 addition & 0 deletions .idea/metachain.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.husky
.idea
.local
.vscode
.contented
node_modules
target
dist
package-lock.json
pnpm-lock.yaml
meta
3 changes: 0 additions & 3 deletions docs/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions docs/contented.config.js

This file was deleted.

Loading