diff options
| author | XhmikosR <[email protected]> | 2020-09-29 19:33:09 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-29 19:33:09 +0300 |
| commit | cef7e4d6e875c73bb389f176fd3ca94f07fcd8cb (patch) | |
| tree | 03435943a73356dfd309b0cb764548021479bbd0 | |
| parent | 42ae96f26d642d41e010419c45699a4f4ba6d808 (diff) | |
| download | bootstrap-cef7e4d6e875c73bb389f176fd3ca94f07fcd8cb.tar.xz bootstrap-cef7e4d6e875c73bb389f176fd3ca94f07fcd8cb.zip | |
Update .gitignore (#31783)
Add vscode and netlify folders
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4ac6ac325..6208c57d7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ *.sublime-workspace nbproject Thumbs.db +/.vscode/ +# Local Netlify folder +.netlify # Komodo .komodotools |
