Skip to content

Instantly share code, notes, and snippets.

@JohannesHoppe
Last active November 14, 2015 18:34
Show Gist options
  • Save JohannesHoppe/429bceb73b9ffa79256c to your computer and use it in GitHub Desktop.
Save JohannesHoppe/429bceb73b9ffa79256c to your computer and use it in GitHub Desktop.
projects.cson
# Config for project-manager
# Install: apm install project-manager
# See: https://atom.io/packages/project-manager
"angular2-testing":
title: "angular2-testing"
paths: [
"E:\\Angular2Buch\\angular2-testing"
]
settings:
"tree-view":
"hideVcsIgnoredFiles": true
"hideIgnoredNames": true
core:
ignoredNames: [
".git"
".DS_Store"
"Thumbs.db"
"*.js"
"*.map"
]
@JohannesHoppe
Copy link
Author

Waiting for project.cson to be someday implement. Right now this must be done globally, see https://github.com/danielbrodin/atom-project-manager/issues/25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment