Skip to content
Snippets Groups Projects
Verified Commit 780263fd authored by BEAUMONT Gwendal's avatar BEAUMONT Gwendal
Browse files

Updated .gitignore to allow .tar.gz and ignore .DS_Store (macOS)

parent 9a6f9720
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
*.nar
*.ear
*.zip
*.tar.gz
# *.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
......@@ -46,4 +46,5 @@ replay_pid*
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,java
\ No newline at end of file
.DS_Store
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,java
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment