Skip to content

Commit 01bb063

Browse files
committed
avoid having the .gitattributes skeleton influence the export
1 parent cd2072f commit 01bb063

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Skeletor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function addBasics()
104104
$this->loadSkeleton('info.txt', $this->type . '.info.txt');
105105
$this->loadSkeleton('README');
106106
$this->loadSkeleton('LICENSE');
107-
$this->loadSkeleton('.gitattributes');
107+
$this->loadSkeleton('_gitattributes', '.gitattributes');
108108
}
109109

110110
/**
File renamed without changes.

0 commit comments

Comments
 (0)