From 558fb145b597c4b03c4a50e292764c0335d3f92b Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 4 Oct 2016 20:48:36 -0500 Subject: [PATCH] chore: remove references to debug-scripts --- .eslintignore | 3 +-- README.md | 18 ------------------ 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.eslintignore b/.eslintignore index b45194ca1c..423a19b761 100644 --- a/.eslintignore +++ b/.eslintignore @@ -10,7 +10,6 @@ dist-client/ # Not linted migrations/* website/client-old/ -debug-scripts/* scripts/* test/server_side/**/* test/client-old/spec/**/* @@ -25,4 +24,4 @@ gulp webpack test/client/e2e test/client/unit/index.js -test/client/unit/karma.conf.js \ No newline at end of file +test/client/unit/karma.conf.js diff --git a/README.md b/README.md index 79581bd175..e546a4295d 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,3 @@ For an introduction to the technologies used and how the software is organized, To set up a local install of Habitica for development and testing, see [Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally), which contains instructions for Windows, *nix / Mac OS, and Vagrant. Then read [Guidance for Blacksmiths](http://habitica.wikia.com/wiki/Guidance_for_Blacksmiths) for additional instructions and useful tips. - -## Debug Scripts - -In the `./debug-scripts/` folder, there are a few files. Here's a sample: - -```bash -grant-all-equipment.js -grant-all-mounts.js -grant-all-pets.js -``` - -You can run them by doing: - -```bash -node debug-scripts/name-of-script.js -``` - -If there are more arguments required to make the script work, it will print out the usage and an explanation of what the script does.