Skip to content

Instantly share code, notes, and snippets.

@vincentchalamon
Last active April 7, 2026 08:33
Show Gist options
  • Select an option

  • Save vincentchalamon/d5defad563ed49d9306a4aa57dfd4498 to your computer and use it in GitHub Desktop.

Select an option

Save vincentchalamon/d5defad563ed49d9306a4aa57dfd4498 to your computer and use it in GitHub Desktop.
Gitignore global
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE #
#######
nbproject
.project
.vscore
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
.idea/*
# Docker #
##########
.env.docker
# AI #
######
.claude/
.agents/
.claudeignore
.mcp.json
.codex
# Other #
#########
.twgit_features_subject
autom4te.cache
TODO.md
.phing_targets
coverage/
.rules
*.patch
*.swp
deprecationlog.html
.phan
.php_cs.cache
.envrc
.php-version
rips/
*.ovpn
*.cache
*.http
@JeremyRichert
Copy link
Copy Markdown

Could you please add .vscode in the IDE section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment