diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-12 11:03:31 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-12 11:03:31 +0200 |
| commit | b00ab9b38a916f67113f43956bb2f820cee16654 (patch) | |
| tree | 1cb9c9d0fa51b0b2260533c59330f7378d1ef7d2 | |
| parent | df0fcb5952475f1ab7d414884163b410c7fe9c94 (diff) | |
Update gitignore
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,2 +1,8 @@ # Ignore tex files *.tex + +# Ignore projects files +**.vscode + +# Ignore cache files +**__pycache__ |
