Skip to content

Commit

Permalink
ignore Thumbs.db in workspace-view and in actual atom gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Evin Ugur committed May 7, 2014
1 parent 44f1961 commit cb0ba55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.swp
*~
.DS_Store
Thumbs.db
.project
.svn
.nvm-version
Expand Down
2 changes: 1 addition & 1 deletion src/workspace-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WorkspaceView extends View
@version: 4

@configDefaults:
ignoredNames: [".git", ".svn", ".DS_Store"]
ignoredNames: [".git", ".svn", ".DS_Store", "Thumbs.db"]
excludeVcsIgnoredPaths: true
disabledPackages: []
themes: ['atom-dark-ui', 'atom-dark-syntax']
Expand Down

0 comments on commit cb0ba55

Please sign in to comment.