.gitignore 623 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. **/*.vscode/
  2. **/*.crt
  3. /.build
  4. /.env
  5. **.log
  6. /test.html
  7. /link_results
  8. .vscode
  9. **/venv
  10. **/.venv
  11. **/__pycache__/
  12. **/dist/
  13. xcuserdata/
  14. .git
  15. **/temp
  16. /*.jpg
  17. /*.gpmf
  18. /docs/_config-temp.yml
  19. # This is built and stored in the Docker image
  20. /docs/Gemfile.lock
  21. # Vim
  22. *~
  23. *.sw[p_]
  24. # Sublime Text
  25. *.sublime-project
  26. *.sublime-workspace
  27. # Ruby Gem
  28. *.gem
  29. .bundle
  30. **/vendor/bundle
  31. # Node.js and NPM
  32. node_modules
  33. npm-debug.log*
  34. package-lock.json
  35. codekit-config.json
  36. # macOS
  37. .DS_Store
  38. # Jekyll generated files
  39. /docs/.jekyll-cache
  40. /docs/.jekyll-metadata
  41. /docs/.sass-cache
  42. /docs/_asset_bundler_cache
  43. /docs/_site
  44. !/docs/assets/images/demos