0
0
Fork 0

Add test file patterns to the gitignore.

This commit is contained in:
Oliver-Akins 2021-01-26 16:20:37 -07:00
parent 8c2963c75b
commit 0d8f13a0a5

2
.gitignore vendored
View file

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