Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 505 Bytes

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/ZaneCEO/webdev-gitignore/master/.gitignore?$(date +%s)

For your "backup" directory: ignore content

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