Added imgbot config file (#1655)

This commit is contained in:
Nidhi 2020-11-09 17:52:53 +05:30 committed by GitHub
parent 977405a720
commit 3e37ecf36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.imgbotconfig Normal file
View File

@ -0,0 +1,5 @@
{
"ignoredFiles": [
"app/server/appsmith-server/src/test/resources/*"
]
}