Skip to content

Commit

Permalink
Ignore gitignore template file
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 17, 2024
1 parent 7e8acf5 commit d94a314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-react-admin/src/generateProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export const generateProject = async (state: ProjectConfiguration) => {

copyDirectoryFiles(
path.join(__dirname, '../templates/common'),
projectDirectory
projectDirectory,
['gitignore']
);
replaceTokensInFile(path.join(projectDirectory, 'index.html'), state);
replaceTokensInFile(
Expand Down

0 comments on commit d94a314

Please sign in to comment.