Last active
January 22, 2021 11:25
-
-
Save akamola/5381093 to your computer and use it in GitHub Desktop.
Git: Basic ignore file (.gitignore)
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
# Temporary files | |
*~ | |
*.swp | |
# Metadata | |
.DS_Store | |
Thumbs.db | |
# Other VCS | |
.hg | |
.svn | |
CVS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment