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 02ad17d commit 1eb8bb1Copy full SHA for 1eb8bb1
.gitignore
@@ -1,16 +1,18 @@
1
-.DS_Store
2
-_minted-*
3
-paper.pdf
+*.aux
4
*.bbl
5
*.bcf
6
*.blg
7
*.fdb_latexmk
8
*.fls
9
*.log
10
-*.run.xml
11
-*.aux
12
-*.pyg
13
*.out
+*.pyg
+*.run.xml
14
*.synctex.gz
15
*.zip
+.DS_Store
+.idea/
+_minted-*
16
+node_modules/
17
package/
18
+paper.pdf
REUSE.toml
@@ -18,14 +18,14 @@ path = [
".gitattributes",
19
".gitignore",
20
".gitleaksignore",
21
- ".latexmkrc",
22
".pdd",
23
- ".texsc",
24
".xcop",
+ "CITATION.cff",
25
"DEPENDS.txt",
26
"Gemfile.lock",
27
"README.md",
28
"aspell.en.pws",
+ "rc",
29
"renovate.json",
30
]
31
precedence = "override"
0 commit comments