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 320c6ba commit ab52899Copy full SHA for ab52899
.gitignore
@@ -1,9 +1,40 @@
1
-*.code-workspace
2
-*.log
3
-*.tmp
4
-*.bak
5
bump-version
6
7
ref/
8
sav/
9
logs/
+
+bgo
+gpg.key
+.env.local
10
+.priv/
11
+*.local
12
+*.code-workspace
13
14
+sw
15
+wget-log
16
+*.log
17
+*.tmp
18
+*.bak
19
20
+##
21
22
+packer_cache/
23
+output-*
24
+*.box
25
+*.tar.gz
26
+iso
27
+crash.log
28
+tmp
29
+.vagrant/
30
+*.swp
31
+Makefile.local
32
+.tmpatlas/
33
+iso/
34
35
+.DS_Store
36
+.bundle/
37
38
+custom.sh
39
+# script/custom/*
40
+!script/custom/.gitkeep
0 commit comments