/webdev-gitignore

A simple, basic .gitignore for web app development. Exclude IDEs and OS folders. Feel free to contribute, but please let's not overexpand :-)

GNU General Public License v3.0GPL-3.0

webdev-gitignore

A simple, basic .gitignore for web app development. Exclude IDEs and OS folders. Feel free to contribute, but please let's not overexpand :-)

For your root directory: main file

curl -Lo .gitignore https://raw.githubusercontent.com/TurboLabIt/webdev-gitignore/master/.gitignore?$(date +%s)

For your "backup" directory: ignore content

curl -Lo .gitignore https://raw.githubusercontent.com/TurboLabIt/webdev-gitignore/master/.gitignore_contents?$(date +%s)