Add test file patterns to the gitignore.
This commit is contained in:
parent
8c2963c75b
commit
0d8f13a0a5
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,6 +8,8 @@ server/dist/*
|
||||||
server/resources/*
|
server/resources/*
|
||||||
*.log
|
*.log
|
||||||
*.sh
|
*.sh
|
||||||
|
test.*
|
||||||
|
*.ignore*
|
||||||
|
|
||||||
#=============================================================================#
|
#=============================================================================#
|
||||||
# The files that were auto-generated into a .gitignore by Vue-cli
|
# The files that were auto-generated into a .gitignore by Vue-cli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue