Skip to content

Commit

Permalink
Add empty 'app' folder as place for implementation
Browse files Browse the repository at this point in the history
This adds an empty 'app' folder, where the application implementation /
overwrite can placed (WguApp.vue).
  • Loading branch information
chrismayer committed Apr 18, 2019
1 parent 12aba2d commit 78924e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test/unit/coverage
*.suo
*.ntvs*
*.njsproj
*.sln
*.sln
4 changes: 4 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
26 changes: 0 additions & 26 deletions app/WguApp.vue

This file was deleted.

0 comments on commit 78924e4

Please sign in to comment.