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.

29 lines
272B

  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. /build
  14. /Rack
  15. /dep
  16. /dist
  17. # Rack folders
  18. /plugins
  19. /disabledplugins
  20. /patches
  21. /presets
  22. /licenses
  23. /autosave
  24. /settings.json
  25. /screenshots
  26. /selections