diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-07 10:49:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-07 10:49:17 +0900 |
| commit | e987af4e4fe559c23014274223d1fcc6a3a2917e (patch) | |
| tree | 5c5796c39ca0d01fb924337a02adaccd7223f67b | |
| parent | refactor(frontend): fix enum types in scripts/form (#11138) (diff) | |
| download | sharkey-e987af4e4fe559c23014274223d1fcc6a3a2917e.tar.gz sharkey-e987af4e4fe559c23014274223d1fcc6a3a2917e.tar.bz2 sharkey-e987af4e4fe559c23014274223d1fcc6a3a2917e.zip | |
Update .gitignore
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 537232d37f..a66e527db0 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ temp *.blend3 *.blend4 *.blend5 + +# VSCode addon +.favorites.json |