Skip to content

Commit

Permalink
add .DS_Store in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andreupifarre committed Oct 27, 2018
1 parent 55f9567 commit 998c039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
dist
dist/.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preload-it",
"version": "1.0.3",
"version": "1.0.4",
"description": "A tiny 1kb JavaScript library for preloading assets on the browser via XHR2. It provides the ability to load assets of different file types and composite progress events.",
"author": "Andreu Pifarre",
"license": "MIT",
Expand Down

0 comments on commit 998c039

Please sign in to comment.