build/npm: don't copy dot files.

This commit is contained in:
XhmikosR
2020-05-30 19:27:41 +03:00
parent 27ff009494
commit 6dbfd55091
5 changed files with 19 additions and 18 deletions

View File

@@ -1,6 +0,0 @@
root = true
[*.{js,css,less,html}]
indent_style = space
indent_size = 4
charset = utf-8

View File

@@ -1,6 +0,0 @@
module.exports = {
"extends": "standard",
"plugins": [
"standard"
]
};