Skip to content

Commit 3590aaa

Browse files
author
JelteMX
committed
Forgot a few gitignores
1 parent f09ea65 commit 3590aaa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

generators/app/templates/_gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ test/javasource/
22
test/deployment/
33
test/.classpath
44
test/.project
5+
test/theme/
6+
test/userlib/
7+
test/.classpath
8+
test/.project
59
*.launch
610
*.tmp
711
*.lock
812
.idea/
9-
*.bak
1013

1114
dist/
1215

1316
node_modules/
1417
.editorconfig
1518
*DS_Store*
1619
.vscode/
20+
*.bak

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.2",
3+
"version": "1.3.3",
44
"description": "Mendix Widget generator",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)