Initial CSE website content integration
This commit is contained in:
commit
dfe66b9002
260 changed files with 83153 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# build output and framework caches
|
||||
dist/
|
||||
.astro/
|
||||
.netlify/
|
||||
.vercel/
|
||||
|
||||
# local environment and machine state
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.DS_Store
|
||||
|
||||
# logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# local agent/browser artifacts
|
||||
.codex/
|
||||
.claude/
|
||||
.playwright-mcp/
|
||||
Loading…
Add table
Add a link
Reference in a new issue