chore: add ignore rules

This commit is contained in:
Argo-Cloud 2021-01-12 12:55:16 +08:00
parent 16caafbf06
commit 6fb225ca5f
4 changed files with 10 additions and 8 deletions

View File

@ -4,6 +4,8 @@
.gitignore
.vs
.vscode
.gitee
.github
*/bin
*/obj
**/.toolstarget
**/.toolstarget

8
.gitattributes vendored
View File

@ -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
View File

@ -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/

View File

@ -1 +1 @@
\.git
\.git