Browse Source

Makefile added

master
Christian Müller 10 years ago
parent
commit
d2b6a93b82
  1. 2
      .gitignore
  2. 3
      Makefile

2
.gitignore vendored

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
Makefile
dump.rdb
bin/
node_modules/
npm-debug.log
database.sqlite
database.sqlite-journal
.DS_Store

3
Makefile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
push:
git push prod
git push origin
Loading…
Cancel
Save