Skip to content

Commit 4e2f47d

Browse files
committed
Use a .gitignore file instead of the files field in package.json.
1 parent ea80aec commit 4e2f47d

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
node_modules

package.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,5 @@
5252
"blueimp-tmpl": ">=1.0.2",
5353
"blueimp-load-image": ">=1.1.4",
5454
"blueimp-canvas-to-blob": ">=1.0.1"
55-
},
56-
"files": [
57-
"js/jquery.iframe-transport.js",
58-
"js/jquery.fileupload.js",
59-
"js/jquery.fileupload-ip.js",
60-
"js/jquery.fileupload-ui.js",
61-
"css/jquery.fileupload-ui.css",
62-
"img/progressbar.gif",
63-
"img/loading.gif"
64-
]
55+
}
6556
}

0 commit comments

Comments
 (0)