linguist-vendored test

This commit is contained in:
kuroppoi 2023-07-10 20:39:34 +02:00
parent 4f8a717ffb
commit 022ee2f1e2
2 changed files with 3 additions and 7 deletions

6
.gitattributes vendored
View File

@ -1,6 +1,2 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
src/main/resources/dashboard/scripts/pokedata.js linguist-vendored

View File

@ -505,8 +505,8 @@ const REGION_LIST = [];
{id: 491, name: "Darkrai", downloadable: true},
{id: 492, name: "Shaymin", downloadable: true},
{id: 493, name: "Arceus", downloadable: true, forms: [
"Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost", "Steel",
"Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"]},
"Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost",
"Steel", "Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"]},
{id: 494, name: "Victini", downloadable: true},
{id: 495, name: "Snivy", downloadable: false},
{id: 496, name: "Servine", downloadable: false},