chore: add app submodules (elysia, react, rust-auth, scraper)
This commit is contained in:
Submodule
+1
Submodule apps/elysia added at d2ef82ca6d
@@ -1,75 +0,0 @@
|
||||
node_modules
|
||||
dist
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
/generated/prisma
|
||||
apps/gmw/
|
||||
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
dist
|
||||
tmp
|
||||
out-tsc
|
||||
error.log
|
||||
# dependencies
|
||||
node_modules
|
||||
.bun/**
|
||||
.turbo/
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
**/target/**
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.claude
|
||||
# Next.js
|
||||
.next
|
||||
out
|
||||
**/.codegraph/**
|
||||
**/.claude/**
|
||||
test-output
|
||||
**/**.env
|
||||
**/**.env.**
|
||||
vite.config.*.timestamp*
|
||||
vitest.config.*.timestamp*
|
||||
|
||||
|
||||
storybook-static
|
||||
~/.bun/**
|
||||
docs/dependency-map.md
|
||||
docs/handoff-log.jsonl
|
||||
docs/observability.md
|
||||
docs/quality-gates.json
|
||||
docs/workflow-state.json
|
||||
docs/todo.md
|
||||
**/vendor/
|
||||
|
||||
# moonrepo
|
||||
.moon/cache
|
||||
.~moon**
|
||||
Submodule
+1
Submodule apps/react added at 1eba6080e3
@@ -1,9 +0,0 @@
|
||||
node_modules
|
||||
dist
|
||||
*.tsbuildinfo
|
||||
.env*
|
||||
.claude/
|
||||
.codegraph/
|
||||
.code-review-graph/
|
||||
.superpowers/
|
||||
.remember/
|
||||
Submodule
+1
Submodule apps/rust-auth added at 6e695f07e8
@@ -1,7 +0,0 @@
|
||||
target/
|
||||
.env
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
**/.codegraph/**
|
||||
**/.claude/**
|
||||
Submodule
+1
Submodule apps/scraper added at 80c96eaa42
@@ -1,67 +0,0 @@
|
||||
apps/gmw/
|
||||
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
dist
|
||||
tmp
|
||||
out-tsc
|
||||
error.log
|
||||
# dependencies
|
||||
node_modules
|
||||
.bun/**
|
||||
.turbo/
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
**/target/**
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.claude
|
||||
# Next.js
|
||||
.next
|
||||
out
|
||||
**/.codegraph/**
|
||||
**/.claude/**
|
||||
test-output
|
||||
**/**.env
|
||||
**/**.env.**
|
||||
vite.config.*.timestamp*
|
||||
vitest.config.*.timestamp*
|
||||
|
||||
|
||||
storybook-static
|
||||
~/.bun/**
|
||||
docs/dependency-map.md
|
||||
docs/handoff-log.jsonl
|
||||
docs/observability.md
|
||||
docs/quality-gates.json
|
||||
docs/workflow-state.json
|
||||
docs/todo.md
|
||||
**/vendor/
|
||||
|
||||
# moonrepo
|
||||
.moon/cache
|
||||
.~moon**
|
||||
Reference in New Issue
Block a user