mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
8 Commits
f6931f29b8
...
93039e8f09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93039e8f09 | ||
|
|
1046d8fba6 | ||
|
|
b632b12ac9 | ||
|
|
47eaa84be9 | ||
|
|
4a96a23dfd | ||
|
|
071d8034a4 | ||
|
|
844333a10b | ||
|
|
b5bf7e40ff |
52
Agents.gitignore
Normal file
52
Agents.gitignore
Normal file
@ -0,0 +1,52 @@
|
||||
# AI Agents / Assistants
|
||||
AGENTS.md
|
||||
GEMINI.md
|
||||
WARP.md
|
||||
CRUSH.md
|
||||
.warp/
|
||||
.crush/
|
||||
.codeium/
|
||||
.deepseek/
|
||||
.amazon-codewhisperer/
|
||||
|
||||
# Cursor AI (VS Code fork)
|
||||
.cursorrules
|
||||
.cursor/
|
||||
.cursor.json
|
||||
.cursor-settings.yaml
|
||||
|
||||
# Tabnine AI - per official docs
|
||||
.tabnineignore
|
||||
.tabnine/
|
||||
|
||||
# Continue.dev (Open source AI assistant)
|
||||
.continue/
|
||||
.continuerc.json
|
||||
|
||||
# Aider AI (Terminal-based)
|
||||
.aiderignore
|
||||
|
||||
# Qwen Code CLI
|
||||
QWEN.md
|
||||
|
||||
# Claude code
|
||||
.claude/
|
||||
|
||||
# (purely optional) Gemini settings folder
|
||||
.gemini/
|
||||
|
||||
# Cline AI Assistant (trending, user configs similar to Cursor/Continue)
|
||||
.cline/
|
||||
.clinerules
|
||||
cline.json
|
||||
|
||||
# GitHub Copilot - does not create repo-local files by default
|
||||
# .github/copilot-instructions.md
|
||||
|
||||
# Windsurf Editor (Agentic IDE) - usually intentional project configs
|
||||
# .windsurfrules
|
||||
# .windsurf/
|
||||
|
||||
# Replit AI Development - usually intentional project configs
|
||||
# .replit
|
||||
# replit.nix
|
||||
53
MoonBit.gitignore
Normal file
53
MoonBit.gitignore
Normal file
@ -0,0 +1,53 @@
|
||||
# Build System Artifacts
|
||||
|
||||
# MoonBit default build output directory.
|
||||
_build/
|
||||
# Local MoonBit package cache directory.
|
||||
.mooncakes/
|
||||
|
||||
# Coverage and Test Artifacts
|
||||
|
||||
# Coverage reports generated by MoonBit tooling.
|
||||
moonbit-coverage-*.txt
|
||||
# Coverage output directory used by coverage commands.
|
||||
_coverage/
|
||||
# Bisect runtime coverage data file.
|
||||
bisect.coverage
|
||||
|
||||
# JavaScript Target Artifacts
|
||||
|
||||
# Uncomment if generated JavaScript should be ignored.
|
||||
# *.js
|
||||
# Source map files generated for JavaScript output.
|
||||
*.js.map
|
||||
# Node.js dependencies used in JS target workflows.
|
||||
node_modules/
|
||||
|
||||
# WebAssembly Target Artifacts
|
||||
|
||||
# Compiled WebAssembly binaries.
|
||||
*.wasm
|
||||
# WebAssembly text format output.
|
||||
*.wat
|
||||
|
||||
# MoonBit Pilot / Agent Artifacts
|
||||
|
||||
# MoonBit agent runtime state and temporary files.
|
||||
.moonagent/
|
||||
|
||||
# LLVM Backend Artifacts
|
||||
|
||||
# LLVM textual intermediate representation (IR) files.
|
||||
*.ll
|
||||
# LLVM bitcode files.
|
||||
*.bc
|
||||
# Native object files from LLVM/native compilation.
|
||||
*.o
|
||||
# Generated assembly source files.
|
||||
*.s
|
||||
# Default executable output name on Unix-like systems.
|
||||
*.out
|
||||
# Native executable output on Windows.
|
||||
*.exe
|
||||
# macOS debug symbol bundles.
|
||||
*.dSYM/
|
||||
Loading…
Reference in New Issue
Block a user