🔧 Add README.pt-br.md to removeFiles

We can auto-delete this file so that users don't get it in their Upptime projects
This commit is contained in:
Anand Chowdhary
2020-11-09 11:17:50 +05:30
committed by GitHub
parent b58022977f
commit bacd60955a
+2 -1
View File
@@ -1,3 +1,4 @@
{
"files": ["site/**/*", ".github/**/*", "*.ts", "tsconfig.json"]
"files": ["site/**/*", ".github/**/*", "*.ts", "tsconfig.json"],
"removeFiles": ["README.pt-br.md"]
}