mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 22:37:43 +00:00
During analysis of root causes for #12027, discovered a few package relationship issues in package.json and build.sh. analyzer-messages.ts ///<reference> is a mitigation for now. Relates-to: #12027
89 lines
No EOL
1.4 KiB
Text
89 lines
No EOL
1.4 KiB
Text
**/*.err
|
|
**/*.Build.CppClean.log
|
|
**/*.dproj.local
|
|
**/*.groupproj.local
|
|
**/*.bdsproj.local
|
|
**/*.stat
|
|
**/*.sdf
|
|
**/error.log
|
|
**/.vs/
|
|
**/version.RES
|
|
**/__history/
|
|
**/__recovery/
|
|
**/*.identcache
|
|
**/*.vcxproj.user
|
|
**/version.res
|
|
**/*.pch
|
|
**/*.wixobj
|
|
**/*.sbr
|
|
**/*.bsc
|
|
**/*.dll.embed.manifest
|
|
**/*.ilk
|
|
**/*.log
|
|
**/*.idb
|
|
**/*.suo
|
|
**/.idea
|
|
|
|
# Temp files generated during release build
|
|
inst/cef.wxs
|
|
inst/keymandeveloper.msi
|
|
inst/setup.inf
|
|
inst/setup.zip
|
|
inst/templates.wxs
|
|
inst/xml.wxs
|
|
inst/kmc.wxs
|
|
tike/xml/osk
|
|
|
|
# /developer/TIKE/
|
|
tike/stock.kct
|
|
|
|
# /developer/TIKE/redist/
|
|
tike/redist/Addins
|
|
tike/redist/Desktop
|
|
tike/redist/UI
|
|
|
|
# /developer/inst/
|
|
inst/*.wixpdb
|
|
inst/download.mak
|
|
inst/copydev.mak
|
|
|
|
stock/stock.kct
|
|
uitemplates/keyman.kct
|
|
|
|
##########################################################################################
|
|
|
|
**/*.aps
|
|
**/BuildLog.htm
|
|
**/*.recipe
|
|
**/manifest.res
|
|
|
|
# These are intermediate and output folders for VC++ and Delphi projects
|
|
**/obj/Win32/
|
|
**/obj/Win64/
|
|
**/obj/x64/
|
|
**/bin/Win32/
|
|
**/bin/Win64/
|
|
**/bin/x64/
|
|
|
|
# Temporary build files for VC++
|
|
**/*.FileListAbsolute.txt
|
|
|
|
# KeymanWeb is copied from /web/src during Developer build
|
|
tike/xml/kmw/resource
|
|
|
|
# These files are generated during build
|
|
tike/icons.res
|
|
tds_file.txt
|
|
|
|
# These are built from corresponding manifest.in and version.in
|
|
**/manifest.xml
|
|
|
|
# Breakpad files generated for Sentry
|
|
**/*.sym
|
|
|
|
# All kmc projects have build/ folders
|
|
kmc/build/
|
|
kmc-*/build/
|
|
|
|
|
|
setup/icons.res |