buzcarter / UkeGeeks

UkeGeeks Scriptasaurus creates fingering diagrams by reading plain text or ChordPro ukulele songs. Examples and documentation at UkeGeeks.com
http://ukegeeks.com
103 stars 48 forks source link

Some changes #11

Open acelan opened 9 years ago

acelan commented 9 years ago
  1. Rename the Config.php to Config.php.example, so that when you modify the config file, it won't lead to "changes to be committed" in git tree.
  2. add gitignore to ignore the config file, it contains private data, so it can prevent you from uploading your data to the server accidentally, and I also add the cache files to the gitignore.
  3. remove the cache files from git tree