Skip to content

Instantly share code, notes, and snippets.

@vincentchalamon
Last active April 5, 2023 10:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vincentchalamon/d5defad563ed49d9306a4aa57dfd4498 to your computer and use it in GitHub Desktop.
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
.idea
.project
.vscode
# 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

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