{ "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/Thumbs.db": true, "**/__pycache__": true, "**/.vscode": true, "**/*.map": true, "**/*.css.map": true, "static/css/base.css": true, "static/css/home.css": true, "static/css/navbar.css": true, "static/css/input.css": true, "static/css/footer.css": true, "web/static/css/base.css": true, "web/static/css/footer.css": true, "web/static/css/home.css": true, "web/static/css/input.css": true, "web/static/css/navbar.css": true, "web/static/css/profile.css": true }, "hide-files.files": [ "static/css/base.css", "static/css/home.css", "static/css/navbar.css", "static/css/input.css", "static/css/footer.css", "web/static/css/base.css", "web/static/css/footer.css", "web/static/css/home.css", "web/static/css/input.css", "web/static/css/navbar.css", "web/static/css/profile.css" ] }