Skip to content

Commit

Permalink
Merge pull request #1288 from rharkor/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rharkor authored Sep 3, 2024
2 parents 5188fc7 + 34d1170 commit 3a41d78
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 11 deletions.
62 changes: 53 additions & 9 deletions _old/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cli/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
./prettier.config.js
./tsconfig.json
./turbo.json
!dist/app/**/*
!dist/app/**/*
!assets/**/*
2 changes: 1 addition & 1 deletion packages/cli/assets/plugins/gitignore/default/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Default gitignore configuration",
"paths": [
{
"from": ".gitignore",
"from": "default.gitignore",
"to": ".gitignore"
}
]
Expand Down

0 comments on commit 3a41d78

Please sign in to comment.