From 027dddc9055575d3a18a3758dcec378a966fc092 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20B=C3=B6hmer?= <daniel.boehmer@jtl-software.com>
Date: Tue, 6 Oct 2015 13:19:55 +0200
Subject: [PATCH] changed gitignore and deleted initial config.json

---
 .gitignore         | 22 +++-------------------
 config/config.json |  4 ----
 2 files changed, 3 insertions(+), 23 deletions(-)
 delete mode 100644 config/config.json

diff --git a/.gitignore b/.gitignore
index 0728642..513cf28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,6 @@
-api/**
-bin/**
-build/**
-.buildpath
 composer.lock
-composer.phar
-dist/**
-docs/**
-db/connector.s3db
+composer
+vendor/**
 plugins/**
 !plugins/.gitkeep
 .idea/**
@@ -14,14 +8,4 @@ logs/**
 !logs/.gitkeep
 config/**
 !config/.gitkeep
-install/db/*
-nbproject/**
-netbeans/**
-.htaccess
-.project
-.settings/**
-tmp/**
-vendor/**
-*.sublime-project
-*.sublime-workspace
-sftp-config.json
+db/connector.s3db
\ No newline at end of file
diff --git a/config/config.json b/config/config.json
deleted file mode 100644
index 106d235..0000000
--- a/config/config.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-    "platform_root": "\/var",
-    "connector_root": "\/var\/www"
-}
\ No newline at end of file
-- 
GitLab