diff --git a/.gitignore b/.gitignore index 072864204f1e13172a5dc5e88526d30e01ad0271..513cf28dc99f404cc907844f3c1d0f3054d25ac6 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 106d2357e79b0301146da0907096f443a5326c9b..0000000000000000000000000000000000000000 --- a/config/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "platform_root": "\/var", - "connector_root": "\/var\/www" -} \ No newline at end of file