diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-02 13:07:30 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-02 13:07:30 -0300 |
commit | 0899802dc498b154cb81c306c571850e67e1db03 (patch) | |
tree | a1041bc7cb9e3542af5a9d8aa0f96182d032f0c7 /.gitignore | |
parent | 132a8b87fda6fa40bb2caf40ffa19106bb061bfd (diff) |
DOUBLE SIGH
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 811db82..9cc650e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules -/flat.json -/giii.json +/*.json +!/.package.json +!/.package-lock.json |