Skip to content

Commit

Permalink
Merge pull request #25 from dothq/fix/split-up-melon-ignored
Browse files Browse the repository at this point in the history
πŸ™ˆ Split up the melon ignored files in .gitignore
  • Loading branch information
kierandrewett authored Apr 18, 2021
2 parents 65c39a5 + f825396 commit 01e1bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/commands/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ const unpack = async (name: string, version: string) => {
{ overwrite: true }
);

appendFileSync(
resolve(cwd, "src", ".gitignore"),
"\n\n# Imported files"
);

appendFileSync(
resolve(cwd, "src", ".gitignore"),
"*.rej"
Expand Down

0 comments on commit 01e1bee

Please sign in to comment.