You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
284B

  1. # Ignore all dotfiles except git dotfiles
  2. .*
  3. !.git*
  4. # Binaries and build targets
  5. *.a
  6. *.so
  7. *.dylib
  8. *.dll
  9. *.exe
  10. *.res
  11. *.d
  12. *.dSYM
  13. *.vcvplugin
  14. /build
  15. /Rack
  16. /dep
  17. /dist
  18. # Rack folders
  19. /plugins
  20. /disabledplugins
  21. /patches
  22. /presets
  23. /licenses
  24. /autosave
  25. /settings.json
  26. /screenshots
  27. /selections