Skip to content

Commit

Permalink
Merge pull request #148 from humanmade/ignore-dist
Browse files Browse the repository at this point in the history
Don't track compiled production assets in git
  • Loading branch information
mattheu authored Oct 30, 2023
2 parents 4df0074 + 9b71bac commit affa1b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
/dist/index.asset.php
/node_modules/
/vendor/
/dist/

!.gitkeep
1 change: 0 additions & 1 deletion dist/index.asset.php

This file was deleted.

2 changes: 0 additions & 2 deletions dist/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions dist/index.js.LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"start": "webpack watch --mode development",
"lint": "eslint .",
"test": "jest",
"version": "npm run build && git add -f dist/"
"version": "npm run build"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down

0 comments on commit affa1b9

Please sign in to comment.