Create a tar.gz file excluding git metadata
When using tar
it's very important to obey the order of the options.
The last option always has to be “f
" to indicate the file we want to be created. If you want to exclude some files or folders you can't either place the…