diff --git a/.gitignore b/.gitignore index 36a836cb..77fb9913 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ node_modules client/build client_custom/build +client_custom/scss +client_custom/src/components +client_custom/src/containers +client_custom/src/pages devConfig/sequelizeCliConfig.js devConfig/testingConfig.js diff --git a/client_custom/scss/body/_body.scss b/client_custom/scss/body/_body.scss index be469857..90f22258 100644 --- a/client_custom/scss/body/_body.scss +++ b/client_custom/scss/body/_body.scss @@ -1,5 +1,4 @@ body { - background-color: yellow; margin: 0; padding: 0; height: 100%;