Skip to content

Commit 3bc06df

Browse files
committed
removed copying of hidden files from templates
1 parent e7a609e commit 3bc06df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/services/project-service.ts

-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ export class ProjectService implements IProjectService {
139139
this.$fs.createDirectory(appDestinationPath);
140140

141141
shelljs.cp('-R', path.join(appSourcePath, "*"), appDestinationPath);
142-
// Copy hidden files.
143-
//TODO: plamen5kov: don't copy hidden files, until we find a reason to do it
144-
// shelljs.cp('-R', path.join(appSourcePath, ".*"), appDestinationPath);
145142

146143
this.$fs.createDirectory(path.join(projectDir, "platforms"));
147144

0 commit comments

Comments
 (0)