Removed notes.md

Removed notes.md and updated .gitignore
This commit is contained in:
John Cipponeri 2015-01-27 23:42:21 -06:00
parent d6a222162f
commit 91cf93adcb
2 changed files with 1 additions and 25 deletions

5
.gitignore vendored
View File

@ -40,7 +40,4 @@ $RECYCLE.BIN/
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# JSTinker
notes.md
.apdisk

View File

@ -1,21 +0,0 @@
## Notes
- JSHint unnecessary due to ace editor
## Features
- Tidy Up via JSBeautifier
- Sandbox Preview via iFrame
- Save/Load via Encryption
## Sandbox
-insert_doctype-
<html>
<head>
<script>-insert_js-</script>
</head>
<style>-insert_css-</style>
<body>
-insert_html-
</body>
</html>