mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-07 20:05:33 +01:00
feat(astro): add .gitignore
This commit is contained in:
parent
9c450a850e
commit
ff5f2aa875
2 changed files with 13 additions and 0 deletions
|
@ -29,6 +29,7 @@ final class CreateListOfFilesToGenerate
|
|||
case (strtolower(ProjectType::Astro->name)):
|
||||
$filesToGenerate = collect([
|
||||
['astro/.envrc', '.envrc'],
|
||||
['astro/.gitignore', '.gitignore'],
|
||||
['astro/flake.nix', 'flake.nix'],
|
||||
['astro/tsconfig.json', 'tsconfig.json'],
|
||||
])->map(function (array $file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue