From c7e2efdd064b3f37986af2435a308c62e6930654 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Sun, 20 Sep 2015 16:05:53 +0200 Subject: [PATCH 1/2] removed js build folder configuration --- app/pathfinder.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/pathfinder.ini b/app/pathfinder.ini index 2928c2de..1d07643b 100644 --- a/app/pathfinder.ini +++ b/app/pathfinder.ini @@ -31,9 +31,6 @@ URL = http://localhost/exodus4d/pathfinder ; Verbosity level of the stack trace DEBUG = 3 -; js path -> use raw files -PATH_JS = "js" - ; main db DB_DNS = mysql:host=localhost;port=3306;dbname= DB_NAME = pathfinder @@ -65,9 +62,6 @@ URL = https://www.pathfinder.exodus4d.de ; Verbosity level of the stack trace DEBUG = 0 -; js path -> use build files -PATH_JS = "build_js" - ; main db DB_DNS = mysql:host=localhost;port=3306;dbname= DB_NAME = d01d8636 From 9c6d1bbc5654dbf264a799210c442150e69eef45 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Sun, 20 Sep 2015 16:07:46 +0200 Subject: [PATCH 2/2] node_modules removed romrepo --- node_modules/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 node_modules/.gitignore diff --git a/node_modules/.gitignore b/node_modules/.gitignore new file mode 100644 index 00000000..94aa33fc --- /dev/null +++ b/node_modules/.gitignore @@ -0,0 +1,4 @@ +#ignore all files in this dir... +* +#... except for this one. +!.gitignore