Skip to content

Commit 1680eda

Browse files
committed
chore: updated to use matrixai-standards
1 parent 709ce20 commit 1680eda

19 files changed

Lines changed: 634 additions & 165 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.matrixai/matrixai-standards/skills/js-npm-matrixai-errors
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.matrixai/matrixai-standards/skills/js-npm-matrixai-lint
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.matrixai/matrixai-standards/skills/js-npm-matrixai-logger

.agents/skills/nix-flake-local-dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.matrixai/matrixai-standards/skills/nix-flake-local-dev

.env.example

Whitespace-only changes.

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

.gitignore

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1+
/.aider*
2+
/.direnv
13
/tmp
24
/dist
3-
.env*
4-
!.env.example
5+
/.env*
6+
!/.env.example
7+
!/.envrc
58
# nix
69
/result*
710
/builds
811
# node-gyp
912
/build
1013
# prebuildify
1114
/prebuilds
15+
# docusaurus
16+
/public
17+
.docusaurus
18+
.cache-loader
19+
# wrangler
20+
.wrangler
21+
.dev.vars
22+
# git worktrees
23+
/.worktrees
1224

1325
# Logs
1426
logs
@@ -80,10 +92,6 @@ web_modules/
8092
# Yarn Integrity file
8193
.yarn-integrity
8294

83-
# dotenv environment variables file
84-
.env
85-
.env.test
86-
8795
# parcel-bundler cache (https://parceljs.org/)
8896
.cache
8997
.parcel-cache
@@ -119,10 +127,14 @@ dist
119127

120128
# Stores VSCode versions used for testing VSCode extensions
121129
.vscode-test
130+
.vscode
122131

123132
# yarn v2
124133
.yarn/cache
125134
.yarn/unplugged
126135
.yarn/build-state.yml
127136
.yarn/install-state.gz
128137
.pnp.*
138+
139+
.DS_Store
140+
.idea

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule ".matrixai/matrixai-standards"]
2+
path = .matrixai/matrixai-standards
3+
url = git@github.com:MatrixAI/matrixai-standards.git
4+
branch = master

.matrixai/matrixai-standards

Submodule matrixai-standards added at 684090d

.matrixai/repo-profile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
profile: library-js

0 commit comments

Comments
 (0)