mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 10:38:29 +08:00
chore: add ignore rules
This commit is contained in:
parent
16caafbf06
commit
6fb225ca5f
@ -4,6 +4,8 @@
|
||||
.gitignore
|
||||
.vs
|
||||
.vscode
|
||||
.gitee
|
||||
.github
|
||||
*/bin
|
||||
*/obj
|
||||
**/.toolstarget
|
||||
**/.toolstarget
|
||||
|
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -17,7 +17,7 @@
|
||||
#
|
||||
# Merging from the command prompt will add diff markers to the files if there
|
||||
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
||||
# the diff markers are never inserted). Diff markers may cause the following
|
||||
# the diff markers are never inserted). Diff markers may cause the following
|
||||
# file extensions to fail to load in VS. An alternative would be to treat
|
||||
# these files as binary and thus will always conflict and require user
|
||||
# intervention with every merge. To do so, just uncomment the entries below
|
||||
@ -46,9 +46,9 @@
|
||||
|
||||
###############################################################################
|
||||
# diff behavior for common document formats
|
||||
#
|
||||
#
|
||||
# Convert binary document formats to text before diffing them. This feature
|
||||
# is only available from the command line. Turn it on by uncommenting the
|
||||
# is only available from the command line. Turn it on by uncommenting the
|
||||
# entries below.
|
||||
###############################################################################
|
||||
#*.doc diff=astextplain
|
||||
@ -60,4 +60,4 @@
|
||||
#*.pdf diff=astextplain
|
||||
#*.PDF diff=astextplain
|
||||
#*.rtf diff=astextplain
|
||||
#*.RTF diff=astextplain
|
||||
#*.RTF diff=astextplain
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -351,6 +351,6 @@ src/**/*.xml
|
||||
|
||||
###### -- Custom Ignore Section, Make sure all files you add to the git repo are below this line -- ######
|
||||
|
||||
# Coverage
|
||||
# Coverage
|
||||
coverage*.xml
|
||||
tools/
|
||||
tools/
|
||||
|
Loading…
Reference in New Issue
Block a user