diff options
-rw-r--r-- | .gitattributes | 3 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 604acb9c4ca..892870a7b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /dist/* binary -/package-lock.json
\ No newline at end of file +/package-lock.json binary +/build/package-lock.json binary
\ No newline at end of file diff --git a/.gitignore b/.gitignore index 17b5716e883..2274c17f8df 100644 --- a/.gitignore +++ b/.gitignore @@ -129,7 +129,6 @@ nbproject /build/jsdocs/ /npm-debug.log /PhantomJS_* -/build/package-lock.json # puphpet puphpet |