mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-05 21:54:05 -06:00
372a506311
* master: Bumped up version to 2.0.0 removed package-lock.json from git cache and added it to gitignore Electron-175 - Method to set AlwaysOnTop property for about window Electron-171 - Added issue link to the comment Electron-170 - Added code comments Electron-170 - Added an event to update the monitor drop-down whenever a display is added/removed Electron-171 - corrected a code comment Electron-171 - Fixes the Configuration window positioning when multiple monitors are connected electron-17: disabled crash report upload to server electron-17: refactored code to read data from the config file and added pod url to the extras object # Conflicts: # .gitignore
83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
js/preload/_*.js
|
|
.idea/
|
|
.vscode/
|
|
coverage/
|
|
npm-debug.log
|
|
DerivedData/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
*.moved-aside
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
installer/mac/build/
|
|
installer/mac/SymphonySettingsPlugin/SymphonySettingsPlugin.xcodeproj/xcuserdata
|
|
installer/mac/SymphonySettingsPlugin/SymphonySettingsPlugin.xcodeproj/project.xcworkspace/xcuserdata
|
|
installer/win/Symphony-x64-cache
|
|
installer/win/Symphony-x64-SetupFiles
|
|
|
|
# Dot Net and Visual Studio
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.userprefs
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
.vs/
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
*.VisualState.xml
|
|
TestResult.xml
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
**/Properties/launchSettings.json
|
|
*_i.c
|
|
*_p.c
|
|
*_i.h
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.tmp_proj
|
|
*.log
|
|
*.vspscc
|
|
*.vssscc
|
|
.builds
|
|
*.pidb
|
|
*.svclog
|
|
*.scc
|
|
package-lock.json
|