diff options
author | John Fultz <jfultz@wolfram.com> | 2015-08-03 19:30:11 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-08-03 20:33:04 -0500 |
commit | b8024ae268e49c17c40da105b9e22aaa41fcffeb (patch) | |
tree | 1edb58d6f7d6470c55bc9e4840c9f96b7f4b0fdd /quackle.sublime-project | |
parent | 9eada6e94f345d0c1a2d93de5dc56613a93a3ea0 (diff) |
Finish Add/Edit/Remove for boards.
Delete functionality is now inside of the edit dialog.
Which will make things less messy when other
edit dialogs are introduced.
Diffstat (limited to 'quackle.sublime-project')
-rw-r--r-- | quackle.sublime-project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quackle.sublime-project b/quackle.sublime-project index 167db4b..a219eb1 100644 --- a/quackle.sublime-project +++ b/quackle.sublime-project @@ -7,7 +7,7 @@ "playabilities.raw", "smaller.raw", ".gitattributes", "*.Debug", "*.Release", "*.pfx", "*.cer"], "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", - "strategy", "debug", "release", "makeswelexicon", "lisp"] + "strategy", "debug", "release", "makeswelexicon", "lisp", "DerivedData"] } ] } |