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 d0b2664 commit c0a6672Copy full SHA for c0a6672
.gitignore
@@ -0,0 +1,50 @@
1
+# general
2
+.DS_Store
3
+browse.vc.db*
4
+*.pem
5
+/build
6
+/bin
7
+/out/
8
+/coverage
9
+.env*.local
10
+/install
11
+/log
12
+/bags
13
+
14
+# javascript
15
+node_modules
16
+/.pnp
17
+.pnp.js
18
+/.next/
19
+npm-debug.log*
20
+yarn-debug.log*
21
+yarn-error.log*
22
+.pnpm-debug.log*
23
+*.tsbuildinfo
24
25
+# terraform
26
+**/.terraform/*
27
+*.tfstate
28
+*.tfstate.*
29
+*.tfplan
30
+*.tfplan.*
31
+crash.log
32
+override.tf
33
+override.tf.json
34
+*_override.tf
35
+*_override.tf.json
36
37
+# embedded
38
+.vscode/.cortex-debug.*
39
+.mxproject
40
41
+# python / ros
42
+frames_*.gv
43
+frames_*.pdf
44
+__pycache__
45
+*.pyc
46
47
+# kicad
48
+*.kicad_prl
49
+*-backups/
50
+fp-info-cache
0 commit comments