diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-01 00:08:20 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-01 00:08:20 +0200 |
| commit | 85133c0488fdedb8616ffca73b7118ea5177f9e0 (patch) | |
| tree | 8103e82ccee5c8c0dceb95f0c09d7a50d6bd4b47 /.gitignore | |
| parent | 9bc622faf49397aac757f3e94f183325bdc1acfe (diff) | |
Initial react and webpack flow
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ *.pyc __pycache__/ -static/ +node_modules/ +static/img/ dump.rdb |
