gitignore/Global
rmyndharis ac270609a9 Add AI agent session/state files to Agents.gitignore
The existing template comments out most agent paths because some are
team configuration. The entries added here are not: they are session
transcripts, chat history, caches, and local settings that AI coding
tools write into the working tree, like the aider history files the
template already ignores unconditionally.

Covered: Claude Code (.claude.json, session/todos/projects/statsig/
shell-snapshots/history), Codex (sessions, history, logs), Cursor
(chats, logs, session state), Continue sessions, and the .agent/,
.copilot/, .playwright-mcp/, .remember/, .specstory/, and
.superpowers/ state directories. The list is cross-checked against
the aimhooman rule catalog, which tests each pattern against real
repositories.
2026-07-19 19:27:49 +07:00
..
Agents.gitignore Add AI agent session/state files to Agents.gitignore 2026-07-19 19:27:49 +07:00
AL.gitignore
Anjuta.gitignore
Ansible.gitignore Update Ansible.gitignore 2025-08-21 02:16:47 +01:00
Archives.gitignore Add zstd files to Archives.gitignore 2024-04-26 18:00:50 +08:00
Backup.gitignore Update Backup.gitignore 2025-08-21 02:22:43 +01:00
Bazaar.gitignore
BricxCC.gitignore
Calabash.gitignore
Cloud9.gitignore
CodeKit.gitignore
Cursor.gitignore Remove .vscode/* 2025-05-22 08:41:23 +08:00
CVS.gitignore
DartEditor.gitignore
Diff.gitignore
Dreamweaver.gitignore
Dropbox.gitignore
Eclipse.gitignore Fixed APT generated tests location 2022-01-11 10:22:00 +00:00
EiffelStudio.gitignore
Emacs.gitignore Added undo-tree 2023-03-20 05:50:59 +00:00
Ensime.gitignore
Espresso.gitignore
FlexBuilder.gitignore
GPG.gitignore
Images.gitignore
JDeveloper.gitignore
JEnv.gitignore
JetBrains.gitignore fix: avoid using trailing comments as gitignore doesn't support them 2026-04-23 15:34:42 +03:00
Kate.gitignore
KDevelop4.gitignore
Lazarus.gitignore
Lefthook.gitignore Update Lefthook doc links, add files in .config/ 2025-06-21 11:05:46 +03:00
LibreOffice.gitignore
Linux.gitignore Update Linux.gitignore 2025-03-31 22:52:38 -05:00
LyX.gitignore
macOS.gitignore Merge pull request #4696 from jefferyto/macos-update 2026-04-17 14:41:47 -07:00
MATLAB.gitignore Update MATLAB.gitignore 2026-03-28 11:51:24 -04:00
Mercurial.gitignore
Metals.gitignore Fix invalid comments 2024-01-11 18:12:35 +01:00
MicrosoftOffice.gitignore ignore temporary Microsoft Word template files (.dot/.dotx) 2022-03-25 11:50:40 -05:00
mise.gitignore Simplify mise ignores, make better applicable to monorepos 2025-03-17 09:49:29 +02:00
Momentics.gitignore
MonoDevelop.gitignore
NetBeans.gitignore
Ninja.gitignore
NotepadPP.gitignore
Octave.gitignore
OhMyOpenAgent.gitignore move gitignore template due to PR feedback 2026-04-20 09:11:43 +02:00
Otto.gitignore
Patch.gitignore
PlatformIO.gitignore
PSoCCreator.gitignore
PuTTY.gitignore
README.md
Redcar.gitignore
Redis.gitignore
SBT.gitignore
SlickEdit.gitignore
Stata.gitignore Update Stata.gitignore to ignore new auto backup files 2023-06-14 23:47:24 -05:00
STM32CubeIDE.gitignore Remove .vscode rule 2025-09-06 17:33:39 +01:00
SublimeText.gitignore
SVN.gitignore
Syncthing.gitignore
SynopsysVCS.gitignore
Tags.gitignore
TextMate.gitignore
TortoiseGit.gitignore
Vagrant.gitignore
Vim.gitignore Fix invalid comments 2024-01-11 18:12:35 +01:00
VirtualEnv.gitignore Update VirtualEnv.gitignore 2025-08-21 02:51:00 +01:00
Virtuoso.gitignore
VisualStudioCode.gitignore Update VisualStudioCode.gitignore 2025-09-07 09:53:32 +02:00
WebMethods.gitignore
Windows.gitignore
Xcode.gitignore Drop Xcode 8 compatibility 2024-05-12 17:57:07 +03:00
XilinxISE.gitignore
Zed.gitignore Add Zed editor to Global gitignore templates 2026-03-17 15:33:15 -07:00

Globally Useful gitignores

This directory contains globally useful gitignores, e.g. OS-specific and editor specific.

For more on global gitignores: https://help.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer

And a good blog post about 'em: http://augustl.com/blog/2009/global_gitignores