Skip to content

Commit 475d2a0

Browse files
committed
refactor(repo): move effect-template workspace to root
1 parent df27345 commit 475d2a0

194 files changed

Lines changed: 12 additions & 387 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

effect-template/.codex/skills/effect-ts-guide/references/best-practices.md renamed to .codex/skills/effect-ts-guide/references/best-practices.md

effect-template/.codex/skills/effect-ts-guide/references/platform-map.md renamed to .codex/skills/effect-ts-guide/references/platform-map.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ dev_ssh_key.pub
99
# Local docker-git work dirs
1010
.docker-git/
1111
effect-template1/
12+
13+
# Node / build artifacts
14+
node_modules/
15+
dist/
16+
build/
17+
coverage/
18+
packages/*/dist/
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
pnpm-debug.log*
23+
reports/
File renamed without changes.

0 commit comments

Comments
 (0)