Skip to content

Commit

Permalink
Moved manifest to root and added build and node-modules to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmarti committed Oct 8, 2015
1 parent 4ef2867 commit d68b8c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@
# Grunt/NPM generated
build/
node_modules/

# OS dependent files
.DS_Store
.Spotlight-V100
Expand Down
6 changes: 6 additions & 0 deletions manifest.yml
@@ -0,0 +1,6 @@
---
applications:
- name: cf-webui
memory: 128M
host: console-cf-webui-${random-word}
path: ./build
5 changes: 0 additions & 5 deletions src/manifest.yml

This file was deleted.

0 comments on commit d68b8c2

Please sign in to comment.