Skip to content

Commit f09ea65

Browse files
author
JelteMX
committed
Fix .gitignore
1 parent 2b1ba44 commit f09ea65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

generators/app/templates/_gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ test/.project
66
*.tmp
77
*.lock
88
.idea/
9+
*.bak
910

1011
dist/
1112

1213
node_modules/
1314
.editorconfig
1415
*DS_Store*
15-
.vscode/
16+
.vscode/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-mendix",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Mendix Widget generator",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)