Created
February 16, 2023 18:51
-
-
Save samuelematias/e4be7f7610e6abdf10818d8cd3eb3963 to your computer and use it in GitHub Desktop.
Template of a simple default .gitignore
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
# Miscellaneous | |
*.class | |
*.log | |
*.pyc | |
*.swp | |
.DS_Store | |
.atom/ | |
.buildlog/ | |
.history | |
.svn/ | |
# IntelliJ related | |
*.iml | |
*.ipr | |
*.iws | |
.idea/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment