├── .gitignore ├── Changelog.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | /.DS_Store 2 | -------------------------------------------------------------------------------- /Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bdkjones/CodeKit2/HEAD/Changelog.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bdkjones/CodeKit2/HEAD/README.md --------------------------------------------------------------------------------