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 18b0ef4 commit ca9e6ddCopy full SHA for ca9e6dd
.gitignore
@@ -22,3 +22,8 @@ docs/site/
22
# committed for packages, but should be committed for applications that require a static
23
# environment.
24
Manifest.toml
25
+
26
+# Editors. Feel free to apeend editor/IDE-related stuff here:
27
+.vscode/
28
+.idea/
29
+*.swp
codecov.yml
@@ -0,0 +1,3 @@
1
+ignore:
2
+ - "src/interface_linalg/old"
3
0 commit comments