Skip to content

Commit

Permalink
Add config.json to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenna committed Jan 23, 2017
1 parent e0dec72 commit 0b3ae13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
/old
*.log
config.json
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@
</script>

</body>


</html>
4 changes: 0 additions & 4 deletions public/views/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@

<script>





// login callback
function loginCallback(response) {
console.log(response);
Expand Down

0 comments on commit 0b3ae13

Please sign in to comment.