diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-27 20:42:50 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-27 20:43:18 +0200 |
commit | 9a257cc19cb9d9228d95f41275a5422186fcbdaa (patch) | |
tree | 5963e93b17f86cd5e1ff3c2bc88f4faa6da2589b /.gitignore | |
parent | 41847ffaf3cb1f6c4e033107e7c35cdbf827de6e (diff) | |
download | votes-for-women-9a257cc19cb9d9228d95f41275a5422186fcbdaa.tar.gz |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ -HIRES -cards100/*.png -cards200/*.png +node_modules/ +.vscode/ + +.DS_Store |