chore: initialize project scaffolding with comprehensive .gitignore and data store
This commit is contained in:
+67
-5
@@ -1,5 +1,67 @@
|
|||||||
node_modules/
|
apps/gmw/
|
||||||
.env
|
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
||||||
data/
|
|
||||||
.codegraph/
|
# compiled output
|
||||||
.claude/
|
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**
|
||||||
Binary file not shown.
Reference in New Issue
Block a user