Last active
September 30, 2024 03:44
-
-
Save PatrickJS/7c6d09f748f13631a50478453103d6d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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