Add .gitignore, update README.md

Add .gitignore to ignore certain types of files in the repository.
Update README.md with initial information and license details.
This commit is contained in:
Scott Lowe 2015-02-05 13:08:29 -07:00
parent fff45218a6
commit 145b578d88
2 changed files with 14 additions and 2 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.bundle/
.vagrant

View file

@ -1,2 +1,7 @@
# learning-tools
A collection of tools and files for learning new technologies
# Learning Tools
This repository contains a variety of files and tools for learning new technologies. It is aimed at existing IT professionals who need some help coming up to speed with new technologies, products, or open source projects.
## License
This content is licensed under the MIT License.