mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
7 Commits
9218a07972
...
76bfc2fd4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76bfc2fd4e | ||
|
|
8224d3117f | ||
|
|
cff16449a5 | ||
|
|
8f2f1edc2c | ||
|
|
c56c4c7b58 | ||
|
|
844333a10b | ||
|
|
b5bf7e40ff |
49
Astro
Normal file
49
Astro
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
node_modules/
|
||||||
|
/triage/
|
||||||
|
/.compiler/
|
||||||
|
dist/
|
||||||
|
temp/
|
||||||
|
*.tsbuildinfo
|
||||||
|
.DS_Store
|
||||||
|
.vercel
|
||||||
|
.netlify
|
||||||
|
_site/
|
||||||
|
.astro/
|
||||||
|
scripts/smoke/*-main/
|
||||||
|
scripts/memory/project/src/pages/
|
||||||
|
benchmark/projects/
|
||||||
|
benchmark/results/
|
||||||
|
test-results/
|
||||||
|
*.log
|
||||||
|
package-lock.json
|
||||||
|
.turbo/
|
||||||
|
.eslintcache
|
||||||
|
.pnpm-store
|
||||||
|
.vscode-test/
|
||||||
|
.claude
|
||||||
|
|
||||||
|
# do not commit .env files or any files that end with `.env`
|
||||||
|
*.env
|
||||||
|
|
||||||
|
packages/astro/src/**/*.prebuilt.ts
|
||||||
|
packages/astro/src/**/*.prebuilt-dev.ts
|
||||||
|
packages/astro/test/units/_temp-fixtures/*
|
||||||
|
!packages/astro/test/units/_temp-fixtures/package.json
|
||||||
|
packages/integrations/**/.netlify/
|
||||||
|
|
||||||
|
# exclude IntelliJ/WebStorm stuff
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# ignore content collection generated files
|
||||||
|
packages/**/test/**/fixtures/**/.astro/
|
||||||
|
packages/**/test/**/fixtures/**/env.d.ts
|
||||||
|
packages/**/e2e/**/fixtures/**/.astro/
|
||||||
|
packages/**/e2e/**/fixtures/**/env.d.ts
|
||||||
|
examples/**/.astro/
|
||||||
|
examples/**/env.d.ts
|
||||||
|
|
||||||
|
# make it easy for people to add project-specific Astro settings that they don't
|
||||||
|
# want to share with others (see
|
||||||
|
# https://github.com/withastro/astro/pull/11759#discussion_r1721444711)
|
||||||
|
*.code-workspace
|
||||||
|
packages/astro/e2e/fixtures/cloudflare/.wrangler/deploy/config.json
|
||||||
68
Global/Agents.gitignore
Normal file
68
Global/Agents.gitignore
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
# AI agents and assistants
|
||||||
|
#
|
||||||
|
# Some common agent instruction and project configuration files are listed
|
||||||
|
# below as commented-out examples. They are often intentionally committed and
|
||||||
|
# shared with a team, so only uncomment them if they are local-only in your
|
||||||
|
# project.
|
||||||
|
|
||||||
|
# GEMINI.md
|
||||||
|
# WARP.md
|
||||||
|
# CRUSH.md
|
||||||
|
# QWEN.md
|
||||||
|
|
||||||
|
# OpenAI Codex
|
||||||
|
# AGENTS.md
|
||||||
|
# .codex/
|
||||||
|
|
||||||
|
# Aider
|
||||||
|
.aider.input.history
|
||||||
|
.aider.chat.history.md
|
||||||
|
.aider.llm.history
|
||||||
|
.aider.tags.cache.v*
|
||||||
|
# .aiderignore
|
||||||
|
|
||||||
|
# Claude Code
|
||||||
|
.claude/*.local.json
|
||||||
|
.claude/**/*.log
|
||||||
|
CLAUDE.local.md
|
||||||
|
# .claude/
|
||||||
|
|
||||||
|
# Gemini CLI
|
||||||
|
gemini-debug.log
|
||||||
|
.gemini-clipboard/
|
||||||
|
# .gemini/
|
||||||
|
|
||||||
|
# Cursor AI
|
||||||
|
# .cursorrules
|
||||||
|
# .cursor/
|
||||||
|
# .cursor.json
|
||||||
|
# .cursor-settings.yaml
|
||||||
|
|
||||||
|
# Continue
|
||||||
|
# .continue/
|
||||||
|
# .continuerc.json
|
||||||
|
|
||||||
|
# Cline
|
||||||
|
# .cline/
|
||||||
|
# .clinerules
|
||||||
|
# cline.json
|
||||||
|
|
||||||
|
# Other agent/editor project config
|
||||||
|
# .warp/
|
||||||
|
# .crush/
|
||||||
|
# .codeium/
|
||||||
|
# .deepseek/
|
||||||
|
# .amazon-codewhisperer/
|
||||||
|
# .tabnineignore
|
||||||
|
# .tabnine/
|
||||||
|
|
||||||
|
# GitHub Copilot
|
||||||
|
# .github/copilot-instructions.md
|
||||||
|
|
||||||
|
# Windsurf Editor
|
||||||
|
# .windsurfrules
|
||||||
|
# .windsurf/
|
||||||
|
|
||||||
|
# Replit AI Development
|
||||||
|
# .replit
|
||||||
|
# replit.nix
|
||||||
Loading…
Reference in New Issue
Block a user