Skip to content

Instantly share code, notes, and snippets.

@xgvargas
Last active July 3, 2019 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xgvargas/227f3dfc53df08148420d1f126f0446d to your computer and use it in GitHub Desktop.
Save xgvargas/227f3dfc53df08148420d1f126f0446d to your computer and use it in GitHub Desktop.

gitignore

Kicad project

*.dcm
*.bak
*.kicad_pcb-bak

# only include the cache and rescue libs
*.lib
!*-cache.lib
!*-rescue.lib

# useful to allow auto rescue lib inclusion
# sym-lib-table
# fp-lib-table

# no one knows what is this anyway :)
fp-info-cache

# include step files only inside 3dshapes folders
*.step
!**/*.3dshapes/*.step

node project

vue project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment