muaddib-scanner 2.2.19 → 2.2.22

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/.gitattributes ADDED
@@ -0,0 +1,18 @@
1
+ # Enforce LF line endings for all text files
2
+ * text=auto eol=lf
3
+
4
+ # Explicitly mark source files
5
+ *.js text eol=lf
6
+ *.json text eol=lf
7
+ *.yml text eol=lf
8
+ *.yaml text eol=lf
9
+ *.md text eol=lf
10
+ *.sh text eol=lf
11
+ *.txt text eol=lf
12
+
13
+ # Binary files
14
+ *.png binary
15
+ *.jpg binary
16
+ *.gz binary
17
+ *.tgz binary
18
+ *.wasm binary