Skip to content

Instantly share code, notes, and snippets.

@cernoel
Last active March 17, 2020 07:20
Show Gist options
  • Select an option

  • Save cernoel/a97aa455540921ce5fc645a6c3800a00 to your computer and use it in GitHub Desktop.

Select an option

Save cernoel/a97aa455540921ce5fc645a6c3800a00 to your computer and use it in GitHub Desktop.
musescore gitignore
# musescore gitignore
# https://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files
# Ignore everything
*
# But not these files...
!.gitignore
!README.md
!*.mscx
!*.musicxml
# ...even if they are in subdirectories
!*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment