forked from finale-lua/lua-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (28 loc) · 669 Bytes
/
.gitignore
File metadata and controls
35 lines (28 loc) · 669 Bytes
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
.DS_Store
jwlua64.bundle
jwlua.bundle
jwlua-beta-v0_54/*
jwlua64-beta-v0_54/*
jwlua.fxt
jwluatagfile.xml
SciLexer.dll
jwlua64.fxtco
# ignore Finale files (used for testing)
*.mus
*.musx
# 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*
.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