Last active
July 7, 2020 11:52
-
-
Save vannio/56aab0cf95c110cbbbd0c827b8e76aba to your computer and use it in GitHub Desktop.
Global gitignore: https://docs.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
This file contains hidden or 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
# Logs and databases | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# IDE junk | |
.idea | |
.vscode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment