Skip to content

Commit

Permalink
Added Pycharm/idea to gitignore - added Deployment to Resource type l…
Browse files Browse the repository at this point in the history
…ong list
  • Loading branch information
Michael Meisinger committed Aug 29, 2013
1 parent 9252e00 commit 84bbeeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ venv/*
.project
.pydevproject
.DS_Store
ion-ux.log
ion-ux.log
.idea/*
1 change: 1 addition & 0 deletions static/js/ux-views-dashboard.js
Expand Up @@ -835,6 +835,7 @@ IONUX.Views.ListFilter = Backbone.View.extend({
{label: 'Data Product', type: 'DataProduct'},
{label: 'Data Transform', type: 'DataTransform'},
{label: 'Data Process', type: 'DataProcess'},
{label: 'Deployment', type: 'Deployment'},
{label: 'Instrument', type: 'InstrumentDevice'},
{label: 'Instrument Model', type: 'InstrumentModel'},
{label: 'Instrument Agent', type: 'InstrumentAgentInstance'},
Expand Down

0 comments on commit 84bbeeb

Please sign in to comment.