mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
13 Commits
b9c921b94d
...
7135c1fe0e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7135c1fe0e | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
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
|
||||
@ -49,14 +49,14 @@ CMakeFiles/
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
install_manifest.txt
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.log
|
||||
*.bak
|
||||
*.swp
|
||||
*.tmp
|
||||
*.log
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# vcpkg
|
||||
vcpkg_installed/
|
||||
@ -66,4 +66,4 @@ vcpkg_installed/
|
||||
|
||||
# test output & cache
|
||||
Testing/
|
||||
.cache/
|
||||
.cache/
|
||||
|
||||
@ -7,7 +7,7 @@ release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
||||
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Eclipse m2e generated files
|
||||
|
||||
@ -4,3 +4,6 @@ result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# Ignore NixOS interactive test driver history
|
||||
**/.nixos-test-history
|
||||
|
||||
@ -75,6 +75,11 @@ acs-*.bib
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# context
|
||||
*.tuc
|
||||
*.tui
|
||||
*.tuo
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user