171 строка
2.5 KiB
Plaintext
171 строка
2.5 KiB
Plaintext
_ReSharper*
|
|
[Bb]in
|
|
obj
|
|
objd
|
|
bin
|
|
bld
|
|
pkg
|
|
/schemas/
|
|
out/
|
|
target/
|
|
tmp/
|
|
.vs
|
|
App_Data
|
|
*.user
|
|
*.sln.cache
|
|
*.suo
|
|
TestResults
|
|
[Tt]humbs.db
|
|
buildd.*
|
|
build.(err|log|wrn|trc|prf|evt|dbb)
|
|
*.log
|
|
*.bak
|
|
OACRTemp/
|
|
build_logs/
|
|
lock
|
|
/public/inc/bldver.*
|
|
/public/inc/sources.ver
|
|
.vs/
|
|
/Symbols
|
|
/drop
|
|
/.corext/.pkg/
|
|
/.corext/gen/
|
|
/.corext/cache
|
|
versionsmk.inc
|
|
Logs
|
|
|
|
# Weird MSBuild output folders
|
|
[0-9]
|
|
|
|
# msbuild logs
|
|
msbuild.log
|
|
msbuild.err
|
|
msbuild.wrn
|
|
|
|
# bad tlb/chm generators in nmake tree
|
|
*.tlb
|
|
*.chm
|
|
# The following file is a part of the sdk and must be an exception to the above rule, meaning it will be included.
|
|
!CommerceRuntimeMessages.chm
|
|
|
|
# dumb silverlight
|
|
ClientBin/
|
|
|
|
# dumb azure
|
|
*.build.csdef
|
|
csx/
|
|
|
|
# Generated C# files
|
|
*.g.cs
|
|
!src/SampleExtensions/ShoppingApp/**/*.g.cs
|
|
*.projhash
|
|
*.projhash.userData
|
|
*.projhash.userData.assemblies
|
|
*.slnhash
|
|
*.slnhash.userData
|
|
*.slnhash.userData.assemblies
|
|
|
|
# Ignore other generated file types, too
|
|
*.g.ts
|
|
*.g.xml
|
|
|
|
# StyleCop
|
|
StyleCop.Cache
|
|
|
|
# Configs and transient build assets
|
|
.config/.inc/bldver.cpp
|
|
.config/.inc/bldver.cs
|
|
.config/.inc/bldver.h
|
|
.config/.inc/bldver.vb
|
|
.config/.inc/sources.ver
|
|
.config/.inc/version.htm
|
|
.config/.inc/version.sql
|
|
.config/.inc/version.json
|
|
.config/.inc/version.txt
|
|
.gen/
|
|
build/.gen_oacr/
|
|
build/oacr_exclude.ini
|
|
*.tslint
|
|
*.map
|
|
*.generated
|
|
*.rsp
|
|
/src/OnlineStore/Ecommerce.Sdk.Controls/Common/Scripts.js
|
|
|
|
|
|
# Build and development artifiacts
|
|
/VersionGeneration
|
|
tslint.out
|
|
TypeScripttslintFileListArgs.txt
|
|
/.config/dev.packages.props
|
|
/src/Provisioning/ProvisioningDatabase/ProvisioningDatabase.refactorlog
|
|
.packages
|
|
phantomjs-license.txt
|
|
|
|
# POS Build Artifacts
|
|
AppPackages/
|
|
bld/
|
|
schemas/
|
|
dist/
|
|
devDependencies/
|
|
/src/Dependencies/
|
|
|
|
# Certificate files
|
|
*.pfx
|
|
|
|
# Nuget package cache
|
|
/src/References
|
|
/ComponentScenarios/Pos/Dependencies/
|
|
|
|
# Nuget package creation temps
|
|
/nu/t
|
|
|
|
# Ignore generated nuget packages
|
|
*.nupkg
|
|
|
|
project.lock.json
|
|
artifacts/
|
|
|
|
# Web workbench (sass)
|
|
.sass-cache/
|
|
|
|
# Others
|
|
*.publishsettings
|
|
node_modules/
|
|
# package lock is not to be used in addition to npm shrinkwrap
|
|
**/package-lock.json
|
|
|
|
# exclude dist artifacts folder
|
|
packages/**/dist
|
|
packages/**/build
|
|
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
|
|
coverage
|
|
node_modules
|
|
build
|
|
dist/
|
|
lib/
|
|
!sdk/**/dist/
|
|
!starter-pack/**/dist
|
|
!sdk/**/lib
|
|
!starter-pack/**/lib
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
lib/module-registration*
|
|
stats-build-warnings.json
|
|
stats-build-errors.json
|
|
gendef.lock
|
|
integration-test-report.xml
|
|
*.lock
|
|
# permission
|
|
*.pem
|
|
|
|
# build artifacts
|
|
version.json
|
|
stats-client-*.json
|
|
stats-server-*.json |