We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ff1a1 commit 99c8629Copy full SHA for 99c8629
1 file changed
.gitignore
@@ -1,8 +1,9 @@
1
-_docs/
2
_proc/
3
-
4
-*.bak
5
-.gitattributes
+sidebar.yml
+Gemfile.lock
+token
+_docs/
6
+conda/
7
.last_checked
8
.gitconfig
9
*.bak
@@ -12,7 +13,6 @@ _proc/
12
13
_tmp*
14
tmp*
15
tags
-*.pkg
16
17
# Byte-compiled / optimized / DLL files
18
__pycache__/
@@ -26,7 +26,6 @@ __pycache__/
26
.Python
27
env/
28
build/
29
-conda/
30
develop-eggs/
31
dist/
32
downloads/
@@ -144,9 +143,4 @@ checklink/cookies.txt
144
143
# .gitconfig is now autogenerated
145
146
147
-# Quarto installer
148
-.deb
149
-.pkg
150
151
-# Quarto
152
-.quarto
+_docs
0 commit comments