A .gitignore
and .gitattributes
file containing ignore and attribute code for all programming languages, automatically updated daily.
Execute the commands while in the root directory of your Git repository
https://raw.githubusercontent.com/Richienb/git-files/master/files/.gitignore
https://raw.githubusercontent.com/Richienb/git-files/master/files/.gitattributes
make pull
make generate
$ curl -L -o .gitignore https://raw.githubusercontent.com/Richienb/git-files/master/files/.gitignore
$ curl -L -o .gitattributes https://raw.githubusercontent.com/Richienb/git-files/master/files/.gitattributes
$ wget https://raw.githubusercontent.com/Richienb/git-files/master/files/.gitignore
$ wget https://raw.githubusercontent.com/Richienb/git-files/master/files/.gitattributes
$ git clone https://github.com/Richienb/git-files.git
$ mv -f git-files/files/.gitignore .
$ mv -f git-files/files/.gitattributes .
$ rm -rf git-files
mkdir -p files
git clone https://github.com/github/gitignore.git
git clone https://github.com/alexkaratarakis/gitattributes.git
python generate.py $PWD
rm -rf gitignore
rm -rf gitattributes