Skip to content

Commit c0a6672

Browse files
committed
feat: added contents to .gitignore
1 parent d0b2664 commit c0a6672

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)