summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Wilson <sam@samwilson.id.au>2015-01-16 10:31:00 +0800
committerSam Wilson <sam@samwilson.id.au>2015-10-04 15:17:19 +0800
commita194468bb5c99156bf9cb6e9272f98a52fb003fa (patch)
treeabb84f0c0ea98376931a369a14b395f2a5849dfe
parentcb9c81174bf91cb2bf29887e4d2c4a03f424d03c (diff)
downloadplanet-a194468bb5c99156bf9cb6e9272f98a52fb003fa.tar
planet-a194468bb5c99156bf9cb6e9272f98a52fb003fa.tar.gz
planet-a194468bb5c99156bf9cb6e9272f98a52fb003fa.tar.bz2
planet-a194468bb5c99156bf9cb6e9272f98a52fb003fa.tar.xz
planet-a194468bb5c99156bf9cb6e9272f98a52fb003fa.zip
Remove config files that are created on install. Refs #69.
-rw-r--r--.gitignore5
-rw-r--r--admin/inc/pwd.inc.php1
-rw-r--r--custom/people.opml10
3 files changed, 4 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index dfc3138..ddf813a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
custom/config.yml
custom/people.opml
custom/people.opml.bak
+/admin/inc/pwd.inc.php
/vendor/
-tests/_output/* \ No newline at end of file
+tests/_output/*
+
+/nbproject/private/
diff --git a/admin/inc/pwd.inc.php b/admin/inc/pwd.inc.php
deleted file mode 100644
index 10d9225..0000000
--- a/admin/inc/pwd.inc.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php $login="admin"; $password=md5("admin"); ?> \ No newline at end of file
diff --git a/custom/people.opml b/custom/people.opml
deleted file mode 100644
index 2ea977c..0000000
--- a/custom/people.opml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<opml version="1.1">
-<head>
-<title>Untitled</title>
-<dateCreated>2008-12-14T15:51:52+01:00</dateCreated>
-<dateModified>2008-12-14T15:51:52+01:00</dateModified>
-</head>
-<body>
-</body>
-</opml> \ No newline at end of file