Skip to content

Commit

Permalink
feat: added contents to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Jul 11, 2022
1 parent d0b2664 commit c0a6672
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# general
.DS_Store
browse.vc.db*
*.pem
/build
/bin
/out/
/coverage
.env*.local
/install
/log
/bags

# javascript
node_modules
/.pnp
.pnp.js
/.next/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.tsbuildinfo

# terraform
**/.terraform/*
*.tfstate
*.tfstate.*
*.tfplan
*.tfplan.*
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# embedded
.vscode/.cortex-debug.*
.mxproject

# python / ros
frames_*.gv
frames_*.pdf
__pycache__
*.pyc

# kicad
*.kicad_prl
*-backups/
fp-info-cache

0 comments on commit c0a6672

Please sign in to comment.