Skip to content

Commit

Permalink
Added special mpq files to patchignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaxor1689 committed Dec 9, 2023
1 parent f29a3bd commit 9b5cf57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ If no `.patchignore` file is found, these defaults will be used:
**/*.md
**/*.sql
# ignore special mpq files
(listfile)
(attributes)
(signature)
(user data)
.patchignore
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haax-mpq",
"version": "1.1.4",
"version": "1.1.5",
"author": "Haaxor1689",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions src/patchignore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const defaultPatchignore = `
**/*.md
**/*.sql
# ignore special mpq files
(listfile)
(attributes)
(signature)
(user data)
.patchignore`;

const Patchignore = async (directoryPath: string) => {
Expand Down

0 comments on commit 9b5cf57

Please sign in to comment.