From 022ee2f1e240b0b22a24d3af57700bb1ead87aaa Mon Sep 17 00:00:00 2001 From: kuroppoi <68156848+kuroppoi@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:39:34 +0200 Subject: [PATCH] linguist-vendored test --- .gitattributes | 6 +----- src/main/resources/dashboard/scripts/pokedata.js | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 00a51af..9f93088 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/src/main/resources/dashboard/scripts/pokedata.js b/src/main/resources/dashboard/scripts/pokedata.js index 7aeea90..ad1b0c0 100644 --- a/src/main/resources/dashboard/scripts/pokedata.js +++ b/src/main/resources/dashboard/scripts/pokedata.js @@ -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},