Skip to content

Instantly share code, notes, and snippets.

@PatrickJS
Last active September 30, 2024 03:44
Show Gist options
  • Save PatrickJS/7c6d09f748f13631a50478453103d6d4 to your computer and use it in GitHub Desktop.
Save PatrickJS/7c6d09f748f13631a50478453103d6d4 to your computer and use it in GitHub Desktop.
# save this file in ~/.gitignore_global
# set this file as the global .gitignore
# > git config --global core.excludesFile ~/.gitignore_global
# verify by running
# > git config --global core.excludesfile
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
Thumbs.db
.vscode
.idea
.history
.env
.env*
!.env.example
dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment