I\'ve a directory structure like this:
root/
.git
deploy/
Site/
blah/
more_blah/
something.local
else.development
Rakefile
Are you trying to have the files included in the repository but not in the archive created from git archive
? If so the syntax of your .gitattributes
files wrong. If not then .gitattributes
is not what you should be using.
To have files excluded from the archive produced by git archive
you should put the following into the .gitattrubutes
.
Rakefile export-ignore