mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
38 lines
504 B
Plaintext
38 lines
504 B
Plaintext
# Project dependencies
|
|
.cache
|
|
node_modules
|
|
yarn-error.log
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Build directory
|
|
/public
|
|
.DS_Store
|
|
|
|
.vscode
|
|
.idea
|
|
|
|
package-lock.json
|
|
pr_diff
|
|
|
|
recipe-server.log
|
|
|
|
static/fonts/MatterSQItalicVF.woff
|
|
static/fonts/MatterSQItalicVF.woff2
|
|
static/fonts/MatterSQVF.woff
|
|
static/fonts/MatterSQVF.woff2
|
|
static/scripts/posthog-init.js
|
|
yarn.lock
|
|
.vercel
|
|
.env
|
|
*Type.ts
|
|
.env.development
|
|
|
|
# Generated data files
|
|
src/data/mcp-tools.json
|