diff --git a/.gitignore b/.gitignore index fb5d8a2f2..cb5105ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,4 @@ storage/temporary-files/* public/hot tests/.coverage .phpunit.cache/test-results -storage/dotenv-editor +storage/dotenv-editor \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a73a41bf..8cc2f0d33 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,2 +1,12 @@ { + "files.watcherExclude": { + "**/.git/objects/**": true, + "**/.git/subtree-cache/**": true, + "**/node_modules/**": true, + "**/tmp/**": true, + "**/bower_components/**": true, + "**/dist/**": true, + "**/vendor/**": true, + "**/storage/**": true + } } \ No newline at end of file diff --git a/TODO b/TODO new file mode 100644 index 000000000..e69de29bb