create-mendix-widget-gleam 2.0.11 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/rollup.config.mjs +10 -0
- package/template/.gitattributes +0 -21
package/package.json
CHANGED
package/template/.gitattributes
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
2
|
-
* text=auto
|
|
3
|
-
|
|
4
|
-
# Explicitly declare text files you want to always be normalized and converted
|
|
5
|
-
# to native line endings on checkout.
|
|
6
|
-
*.ts text eol=lf
|
|
7
|
-
*.tsx text eol=lf
|
|
8
|
-
*.js text eol=lf
|
|
9
|
-
*.jsx text eol=lf
|
|
10
|
-
*.css text eol=lf
|
|
11
|
-
*.scss text eol=lf
|
|
12
|
-
*.json text eol=lf
|
|
13
|
-
*.xml text eol=lf
|
|
14
|
-
*.md text eol=lf
|
|
15
|
-
*.gitattributes eol=lf
|
|
16
|
-
*.gitignore eol=lf
|
|
17
|
-
|
|
18
|
-
# Denote all files that are truly binary and should not be modified.
|
|
19
|
-
*.png binary
|
|
20
|
-
*.jpg binary
|
|
21
|
-
*.gif binary
|