Skip to content

Commit 79d9a75

Browse files
GreenGremlinPavel Zhytko
authored and
Pavel Zhytko
committed
Adding some more non-conflicting files to validFiles (facebook#3740)
1 parent bb47d34 commit 79d9a75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/create-react-app/createReactApp.js

+6
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@ function isSafeToCreateProjectIn(root, name) {
619619
'.hg',
620620
'.hgignore',
621621
'.hgcheck',
622+
'.npmignore',
623+
'mkdocs.yml',
624+
'docs',
625+
'.travis.yml',
626+
'.gitlab-ci.yml',
627+
'.gitattributes',
622628
];
623629
console.log();
624630

0 commit comments

Comments
 (0)