From ff78dfbd503ab828ee4a4ab5250282076109f014 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 28 Nov 2017 19:24:47 +0100 Subject: [PATCH] Cleaned up in the main gitignore file and moved seasoned_api related ignore to its child file. --- .gitignore | 14 +------------- seasoned_api/.gitignore | 1 + 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index f15564c..f5eb1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,5 @@ -# __pycache__ -# shows.db .DS_Store -# env_variables.py -# app/conf/classedOutput.log -# node_modules -# *.pyc -# npm-debug.log -# webpage/js/env_variables.js -# client/dist -# src/webserver/access.log -./seasoned_api/conf/ -# yarn-error.log -# */yarn.lock +# ./seasoned_api/conf/ env diff --git a/seasoned_api/.gitignore b/seasoned_api/.gitignore index 4b4ea3f..922c3ee 100644 --- a/seasoned_api/.gitignore +++ b/seasoned_api/.gitignore @@ -61,3 +61,4 @@ typings/ # - - - - - # My own gitignore files and folders shows.db +conf