mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
16 Commits
49e45c68ea
...
02d4a30960
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02d4a30960 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
b9ad512a45 | ||
|
|
9aa86b4610 | ||
|
|
2a56038e7f | ||
|
|
54c2425589 |
33
AI.gitignore
Normal file
33
AI.gitignore
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### AI ###
|
||||||
|
|
||||||
|
# Agentic CLI config files/directories
|
||||||
|
.aider*
|
||||||
|
.ai*
|
||||||
|
.claude*
|
||||||
|
.cline*
|
||||||
|
.cursor*
|
||||||
|
.gemini*
|
||||||
|
.instructions.md
|
||||||
|
.llm*
|
||||||
|
.opencode*
|
||||||
|
.pi*
|
||||||
|
.windsurf*
|
||||||
|
copilot*
|
||||||
|
|
||||||
|
# Generated docs/context
|
||||||
|
AGENTS*.md
|
||||||
|
CLAUDE*.md
|
||||||
|
JULES*.md
|
||||||
|
SKILL*.md
|
||||||
|
SYSTEM*.md
|
||||||
|
*.mdc
|
||||||
|
data/
|
||||||
|
tmp/
|
||||||
|
tmp/*
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.cache
|
||||||
|
|
||||||
|
# Chat/session history
|
||||||
|
*.chat
|
||||||
|
*.session
|
||||||
2
Lean.gitignore
Normal file
2
Lean.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# cache and other artifacts produced by Lean's Lake build tool
|
||||||
|
.lake/
|
||||||
@ -7,7 +7,7 @@ release.properties
|
|||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.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
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
# Eclipse m2e generated files
|
# Eclipse m2e generated files
|
||||||
|
|||||||
@ -4,3 +4,6 @@ result-*
|
|||||||
|
|
||||||
# Ignore automatically generated direnv output
|
# Ignore automatically generated direnv output
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
# Ignore NixOS interactive test driver history
|
||||||
|
**/.nixos-test-history
|
||||||
|
|||||||
@ -75,6 +75,11 @@ acs-*.bib
|
|||||||
# comment
|
# comment
|
||||||
*.cut
|
*.cut
|
||||||
|
|
||||||
|
# context
|
||||||
|
*.tuc
|
||||||
|
*.tui
|
||||||
|
*.tuo
|
||||||
|
|
||||||
# cprotect
|
# cprotect
|
||||||
*.cpt
|
*.cpt
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user