File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
version = 1
5
5
[[annotations ]]
6
6
path = [
7
+ " **.csv" ,
8
+ " **.json" ,
9
+ " **.md" ,
10
+ " **.txt" ,
11
+ " **.vm" ,
7
12
" **/*.csv" ,
8
13
" **/*.jpg" ,
9
14
" **/*.json" ,
@@ -14,22 +19,26 @@ path = [
14
19
" **/*.svg" ,
15
20
" **/*.txt" ,
16
21
" **/*.vm" ,
22
+ " **/.DS_Store" ,
17
23
" **/.gitignore" ,
24
+ " **/.pdd" ,
18
25
" **/.xcop" ,
26
+ " **/CITATION.cff" ,
19
27
" **/CNAME" ,
20
28
" **/MANIFEST.MF" ,
21
29
" **/README.md" ,
22
30
" **/javax.xml.transform.TransformerFactory" ,
23
31
" **/javax.xml.xpath.XPathFactory" ,
32
+ " .DS_Store" ,
24
33
" .codenarc" ,
25
34
" .gitattributes" ,
26
- " .gitleaksignore " ,
35
+ " .gitignore " ,
27
36
" .mvn/jvm.config" ,
28
37
" .pdd" ,
29
38
" .xcop" ,
30
39
" CITATION.cff" ,
40
+ " CNAME" ,
31
41
" CODE_OF_CONDUCT.md" ,
32
- " Gemfile.lock" ,
33
42
" eo-maven-plugin/src/main/resources/org/eolang/maven/latex/latex-template.txt" ,
34
43
" eo-maven-plugin/src/test/resources/org/eolang/maven/commits/tags.txt" ,
35
44
" eo-runtime/src/main/resources/org/eolang/version.txt" ,
You can’t perform that action at this time.
0 commit comments