Skip to content

Commit 6a494f3

Browse files
committed
Hot fix remove gitignore file
1 parent cc7b4f2 commit 6a494f3

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = class extends Generator {
6666
var stepName = 'Autentication';
6767

6868
// Project detail
69-
var utils = ['.gitignore', 'README.md', 'requirements.txt'];
69+
var utils = ['README.md', 'requirements.txt'];
7070
for (var i in utils) {
7171
this.fs.copyTpl(
7272
this.templatePath(`${utils[i]}`),

generators/app/templates/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-robotframework",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Yeoman generator to create a robotframework test project",
55
"files": [
66
"generators"

0 commit comments

Comments
 (0)