Skip to content

Commit

Permalink
Give sublime-project a unique name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 10, 2015
1 parent 456c803 commit 94b1b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
*.sublime-workspace
.DS_Store
build/
index.sublime-workspace
node_modules
npm-debug.log
2 changes: 1 addition & 1 deletion index.sublime-project → d3-dispatch.sublime-project
Expand Up @@ -3,7 +3,7 @@
{
"path": ".",
"file_exclude_patterns": [
"index.sublime-workspace"
"*.sublime-workspace"
],
"folder_exclude_patterns": [
"build"
Expand Down

0 comments on commit 94b1b14

Please sign in to comment.