diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | data/.gitignore | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -3,4 +3,6 @@ dist/ build.properties package.xml semanticscuttle-dump.sql -data/config.unittest.php +data/config.php +data/config.testing.php +data/config.testing-tmp.php diff --git a/data/.gitignore b/data/.gitignore deleted file mode 100644 index 4f4773f..0000000 --- a/data/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.php |