-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitignore
52 lines (42 loc) · 883 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.DS_Store
jwlua64.bundle
jwlua.bundle
jwlua-beta-v0_54/*
jwlua64-beta-v0_54/*
jwlua.fxt
jwluatagfile.xml
SciLexer.dll
jwlua64.fxtco
*.png
# ignore Finale files (used for testing)
*.mus
*.musx
*.mxl
*.musicxml
# ignore MuseScore files (used for testing)
*.mscz
*.mscx
*.mss
audiosettings.json
viewsettings.json
container.xml
# ignore Dorico files (used for testing)
*.dorico
*.doricolib
# script_settings folder is for setting user-specific parameters
# and should not be tracked in this repo
script_settings
node_modules
coverage
mobdebug.lua
src/**/personal*
dist/**/personal*
personal/*
.vscode/settings.json
*/**/.vscode
# ignore finale_lua_menus.txt because it can be different for every user
# (finale_lua_menus.txt is the menu layout file used by finale_lua_menu_organizer.lua)
finale_lua_menus.txt
.github/**/dist/*.js
!.github/**/dist/index.js
.github/**/dist/*.map