Skip to content

Commit

Permalink
Merge pull request #1287 from rharkor/feat/templates
Browse files Browse the repository at this point in the history
fix: .gitignore
  • Loading branch information
rharkor authored Sep 3, 2024
2 parents 1805ea0 + 8f787c6 commit 34d1170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 34d1170

Please sign in to comment.