mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
fff45218a6
commit
145b578d88
2 changed files with 14 additions and 2 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.bundle/
|
||||
.vagrant
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue