From 145b578d888653b2629c9e2b833fdd1c3fd93736 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 5 Feb 2015 13:08:29 -0700 Subject: [PATCH] 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. --- .gitignore | 7 +++++++ README.md | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05908e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +.bundle/ +.vagrant \ No newline at end of file diff --git a/README.md b/README.md index 32c2112..a7c8292 100644 --- a/README.md +++ b/README.md @@ -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.