diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-06-02 16:15:51 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-06-02 16:15:51 +0200 |
commit | 94c657821c48952e16e742adc2aeece87e2c2be4 (patch) | |
tree | b9649d69090322b7282ad8efe689edb3213aa1fb /.gitignore | |
parent | 2609fcaf29fec340fc3e7e38fdf52e0d17764652 (diff) | |
download | mean-app-94c657821c48952e16e742adc2aeece87e2c2be4.zip mean-app-94c657821c48952e16e742adc2aeece87e2c2be4.tar.gz |
.gitignore node_modules, data
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15de390 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +data |