This commit is contained in:
+211
@@ -0,0 +1,211 @@
|
||||
# Node template
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
coverage*
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Nx
|
||||
.nxcache
|
||||
.nx/cache
|
||||
.nx/workspace-data
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# pnpm store
|
||||
.pnpm-store
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
*.sublime-*
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
!.vscode/settings.json
|
||||
|
||||
# OSX
|
||||
.DS_Store
|
||||
|
||||
!test/utils/fixtures/**/*.csv
|
||||
|
||||
# Ghost DB file
|
||||
*.db
|
||||
*.db-journal
|
||||
|
||||
/ghost/core/test-results/
|
||||
/ghost/core/core/server/data/export/exported*
|
||||
/ghost/core/content/tmp/*
|
||||
/ghost/core/content/data/*
|
||||
/ghost/core/content/logs/*
|
||||
/ghost/core/content/settings/*
|
||||
/ghost/core/content/apps/**/*
|
||||
/ghost/core/content/themes/**/*
|
||||
/ghost/core/content/images/**/*
|
||||
/ghost/core/content/media/**/*
|
||||
/ghost/core/content/files/**/*
|
||||
/ghost/core/content/public/*
|
||||
/ghost/core/content/adapters/storage/**/*
|
||||
/ghost/core/content/adapters/scheduling/**/*
|
||||
/ghost/core/content/themes/casper
|
||||
/ghost/core/content/themes/source
|
||||
!/ghost/core/README.md
|
||||
!/ghost/core/content/**/README.md
|
||||
|
||||
# Changelog, which is autogenerated, not committed
|
||||
/ghost/core/CHANGELOG.md
|
||||
|
||||
# Assets bundled into the release but we don't want to commit
|
||||
/ghost/core/LICENSE
|
||||
/ghost/core/PRIVACY.md
|
||||
/ghost/core/README.md
|
||||
/ghost/core/pnpm-lock.yaml
|
||||
|
||||
# Test generated files
|
||||
test/functional/*.png
|
||||
|
||||
# ignore all custom json files for config
|
||||
/ghost/core/config.*.json
|
||||
/ghost/core/config.*.jsonc
|
||||
|
||||
# Built asset files
|
||||
/ghost/core/core/built
|
||||
/ghost/core/core/frontend/public/ghost.min.css
|
||||
/ghost/core/core/frontend/public/comment-counts.min.js
|
||||
/ghost/core/core/frontend/public/member-attribution.min.js
|
||||
/ghost/core/core/frontend/public/ghost-stats.min.js
|
||||
/ghost/core/core/frontend/public/private.min.js
|
||||
# Caddyfile - for local development with ssl + caddy
|
||||
Caddyfile
|
||||
!docker/caddy/Caddyfile
|
||||
!docker/dev-gateway/Caddyfile
|
||||
|
||||
# Playwright state with cookies it keeps across tests
|
||||
/ghost/core/playwright-state.json
|
||||
/ghost/core/playwright-report
|
||||
/playwright-report
|
||||
/test-results
|
||||
|
||||
# Admin
|
||||
/ghost/admin/dist
|
||||
|
||||
# Comments-UI
|
||||
/apps/comments-ui/umd
|
||||
/apps/comments-ui/playwright-report
|
||||
/ghost/comments-ui/playwright/.cache/
|
||||
/apps/comments-ui/test-results/
|
||||
|
||||
# Portal
|
||||
!/apps/portal/.env
|
||||
/apps/portal/umd
|
||||
|
||||
# Sodo-Search
|
||||
/apps/sodo-search/public/main.css
|
||||
/apps/sodo-search/umd
|
||||
|
||||
# Signup Form and local environments
|
||||
/apps/signup-form/umd
|
||||
/apps/signup-form/.env*.local
|
||||
/apps/signup-form/test-results/
|
||||
/apps/signup-form/playwright-report/
|
||||
/apps/signup-form/playwright/.cache/
|
||||
|
||||
# Announcement-Bar
|
||||
/apps/announcement-bar/umd
|
||||
|
||||
# Build files
|
||||
/apps/*/build
|
||||
/ghost/*/build
|
||||
# Typescript build artifacts
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
# Admin X
|
||||
/apps/admin-x-settings/dist
|
||||
/apps/admin-x-settings/dist-ssr
|
||||
/apps/admin-x-settings/test-results/
|
||||
/apps/admin-x-settings/playwright-report/
|
||||
/apps/admin-x-settings/playwright/.cache/
|
||||
|
||||
# Tinybird
|
||||
.tinyb
|
||||
.venv
|
||||
.diff_tmp
|
||||
temp*.sql
|
||||
|
||||
# Docker pnpm Cache
|
||||
.pnpmhash
|
||||
|
||||
# yalc — for linking local packages in a docker compatible way
|
||||
yalc.lock
|
||||
.yalc
|
||||
|
||||
# A folder for AI generated files
|
||||
# useful for keeping local plans etc
|
||||
/ai
|
||||
|
||||
# direnv environment loader files
|
||||
.envrc
|
||||
|
||||
# Private Claude Code instructions
|
||||
*.local.md
|
||||
.claude/settings.local.json
|
||||
.mcp.local.json
|
||||
|
||||
# e2e test suite
|
||||
/e2e/test-results
|
||||
/e2e/playwright-report
|
||||
/e2e/build
|
||||
/e2e/playwright
|
||||
/e2e/data
|
||||
.env.tinybird
|
||||
.cursor/rules/nx-rules.mdc
|
||||
.github/instructions/nx.instructions.md
|
||||
Reference in New Issue
Block a user