X-Git-Url: http://git.osdn.net/view?p=jovsonz%2FJovsonz.git;a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=c659fa3c12e12857a0707be48a7e368ff560b2b2;hp=3bf3b090091b57af7ca589386c44d3386bc7cdcb;hb=c8b721308e9c11c2aa53303b8bac954d87ad9c5e;hpb=222abe22b7fa40783119eb956f1ca0ad1b3ced03 diff --git a/.gitignore b/.gitignore index 3bf3b09..c659fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -##### Git ignore pattern https://git-scm.com/docs/gitignore +##### Git ignore pattern +## See https://git-scm.com/docs/gitignore +## See https://docs.github.com/en/free-pro-team@latest/github/using-git/ignoring-files +## See https://github.com/github/gitignore +## See https://www.toptal.com/developers/gitignore ### Unix @@ -20,7 +24,8 @@ __MACOSX ### Windows Thumbs.db -desktop.ini +[Dd]esktop.ini +*.lnk ### JDK @@ -64,4 +69,9 @@ hs_err_pid* *.ipr +### Visual Studio Code + +/.vscode/ + + ### EOF ###