mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
Updating ignore files for git
This commit is contained in:
182
.gitignore
vendored
Normal file
182
.gitignore
vendored
Normal file
@@ -0,0 +1,182 @@
|
|||||||
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
|
x64/
|
||||||
|
build/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
|
||||||
|
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
||||||
|
!packages/*/build/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.log
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
*.ncrunch*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.Publish.xml
|
||||||
|
*.pubxml
|
||||||
|
|
||||||
|
# NuGet Packages Directory
|
||||||
|
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
||||||
|
packages/
|
||||||
|
|
||||||
|
# Windows Azure Build Output
|
||||||
|
csx
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Windows Store app package directory
|
||||||
|
AppPackages/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
sql/
|
||||||
|
*.Cache
|
||||||
|
ClientBin/
|
||||||
|
[Ss]tyle[Cc]op.*
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file to a newer
|
||||||
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
App_Data/*.mdf
|
||||||
|
App_Data/*.ldf
|
||||||
|
|
||||||
|
# =========================
|
||||||
|
# Windows detritus
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
# Windows image file caches
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Folder config file
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Recycle Bin used on file shares
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# Mac crap
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# =========================
|
||||||
|
# Orchard specifics
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
App_Data/
|
||||||
|
glob:*.user
|
||||||
|
*.patch
|
||||||
|
*.hg
|
||||||
|
build/
|
||||||
|
/buildazure
|
||||||
|
/buildtasks
|
||||||
|
/artifacts
|
||||||
|
*.sln.cache
|
||||||
|
src/Orchard.Web/Media/*
|
||||||
|
log.xml
|
||||||
|
profiling/
|
||||||
|
*.orig
|
||||||
|
src/Orchard.Web/Modules-temp/*
|
||||||
|
src/Backup/*
|
||||||
|
src/packages/*
|
||||||
|
src/UpgradeLog.*
|
||||||
|
*.itrace.csdef
|
||||||
|
*.build.csdef
|
||||||
|
src/Orchard.Azure/Orchard.Azure.Web/Core/
|
||||||
|
src/Orchard.Azure/Orchard.Azure.Web/Modules/
|
||||||
|
src/Orchard.Azure/Orchard.Azure.Web/Themes/
|
||||||
|
src/Orchard.Azure/Orchard.Azure.CloudService/csx/Debug/*
|
||||||
|
src/Orchard.Web/Orchard.Web.Publish.xml
|
||||||
|
src/TestResults/*
|
||||||
|
src/Orchard.Web/Properties/PublishProfiles
|
||||||
36
.hgignore
36
.hgignore
@@ -1,36 +0,0 @@
|
|||||||
glob:bin
|
|
||||||
glob:Bin
|
|
||||||
glob:obj
|
|
||||||
glob:App_Data
|
|
||||||
glob:_ReSharper*
|
|
||||||
glob:*.user
|
|
||||||
glob:*.patch
|
|
||||||
glob:*.hg
|
|
||||||
glob:build
|
|
||||||
glob:buildazure
|
|
||||||
glob:buildtasks
|
|
||||||
glob:artifacts
|
|
||||||
glob:*.sln.cache
|
|
||||||
glob:src/Orchard.Web/Media/*
|
|
||||||
glob:desktop.ini
|
|
||||||
glob:log.xml
|
|
||||||
glob:profiling
|
|
||||||
glob:*.ReSharper
|
|
||||||
glob:*.orig
|
|
||||||
glob:*.suo
|
|
||||||
glob:src/Orchard.Web/Modules-temp/*
|
|
||||||
glob:src/Backup/*
|
|
||||||
glob:src/packages/*
|
|
||||||
glob:src/UpgradeLog.*
|
|
||||||
glob:*.itrace.csdef
|
|
||||||
glob:*.build.csdef
|
|
||||||
glob:src/Orchard.Azure/Orchard.Azure.Web/Core
|
|
||||||
glob:src/Orchard.Azure/Orchard.Azure.Web/Modules
|
|
||||||
glob:src/Orchard.Azure/Orchard.Azure.Web/Themes
|
|
||||||
glob:src/Orchard.Azure/Orchard.Azure.CloudService/csx/Debug/*
|
|
||||||
syntax: glob
|
|
||||||
src/Orchard.Web/Orchard.Web.Publish.xml
|
|
||||||
glob:src/TestResults/*
|
|
||||||
glob:TestResults.xml
|
|
||||||
*/TestResults/*
|
|
||||||
glob:src/Orchard.Web/Properties/PublishProfiles
|
|
||||||
32
.hgtags
32
.hgtags
@@ -1,32 +0,0 @@
|
|||||||
e048b594f33613d53b59a3578d17511dc833ecb5 MIX10
|
|
||||||
a6b8d094848d4efee67c787e52e5f7d358e3f0c1 0.5
|
|
||||||
48d6ca62955335ce6a51859d5fab43b3b48d1911 0.8
|
|
||||||
0ffac89fcc3013edf7283f6ebd761ee967368e77 perf first pass
|
|
||||||
48d6ca62955335ce6a51859d5fab43b3b48d1911 0.8
|
|
||||||
0000000000000000000000000000000000000000 0.8
|
|
||||||
0000000000000000000000000000000000000000 0.8
|
|
||||||
083d09cd94a7c9175272fba453a156673be9db78 0.8
|
|
||||||
523f3564d2c053ff068970eab8c64eaf74e3dcec perf baseline
|
|
||||||
d2cca954cbf94750946a6325e5ec23e267430bd2 perf snapshot 1
|
|
||||||
83536b451ffe01a2d94867894f2b284cea2e68aa 1.0
|
|
||||||
83536b451ffe01a2d94867894f2b284cea2e68aa 1.0
|
|
||||||
5cc01ad95f11fcd241163685effaf01ef4b6cb02 1.0
|
|
||||||
5cc01ad95f11fcd241163685effaf01ef4b6cb02 1.0
|
|
||||||
16f874f7c4f38ed92ec2e40bd5a9cc7b1ee87407 1.0
|
|
||||||
6d7b973415c94482a417ba025a4c823d5c2d6630 1.1
|
|
||||||
6d7b973415c94482a417ba025a4c823d5c2d6630 1.1
|
|
||||||
48aedbdcebb174eb37534df9c7401fa35da22bbd 1.1
|
|
||||||
48aedbdcebb174eb37534df9c7401fa35da22bbd 1.1
|
|
||||||
97186e9f4536562febcdecf3da481231d375b0c7 1.1
|
|
||||||
e1ec47d08d85c6da922fc6fe74bb663264fd20fc 1.2
|
|
||||||
e1ec47d08d85c6da922fc6fe74bb663264fd20fc 1.2
|
|
||||||
2ca8b2e7914c82faa4e05eb11a99a21feded85a0 1.2
|
|
||||||
8732e2734cd26dca85c2018726a039771b6431b5 1.3
|
|
||||||
0b91d3e737b82a6ddfe872446e25848ae531fc40 1.4
|
|
||||||
0b91d3e737b82a6ddfe872446e25848ae531fc40 1.4
|
|
||||||
cfc1cec81fee0b1e1016bf27b5775467eb250839 1.4
|
|
||||||
8ed0034d0b454586ed6943a5099f6a91934c4330 1.4.1
|
|
||||||
4ec7a156eaff54961491422d1001a8e21bf119e6 1.6-rc
|
|
||||||
f9b5789dac27dc9b63c1914e7cb31efae3ed2820 1.6
|
|
||||||
cf19e17e0ec6a791ccb155eefcdfc77282a6f86e 1.6.1
|
|
||||||
5e21b6dcb4713c382382442a7d15aa7aa512f3a1 1.7
|
|
||||||
Reference in New Issue
Block a user