We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09ea65 commit 3590aaaCopy full SHA for 3590aaa
generators/app/templates/_gitignore
@@ -2,15 +2,19 @@ test/javasource/
2
test/deployment/
3
test/.classpath
4
test/.project
5
+test/theme/
6
+test/userlib/
7
+test/.classpath
8
+test/.project
9
*.launch
10
*.tmp
11
*.lock
12
.idea/
-*.bak
13
14
dist/
15
16
node_modules/
17
.editorconfig
18
*DS_Store*
19
.vscode/
20
+*.bak
package.json
@@ -1,6 +1,6 @@
1
{
"name": "generator-mendix",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Mendix Widget generator",
"license": "MIT",
"main": "app/index.js",
0 commit comments