Merge pull request #463 from AnonymousRandomPerson/remove-ds-store

Ignored Mac .DS_Store files and VSCode files
This commit is contained in:
Stefano 2022-04-05 19:31:22 +02:00 committed by GitHub
commit c25daa2ee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
.gitignore vendored
View file

@ -10,3 +10,5 @@ oldusers.html
web/_js/minified.js
allCharacters.txt
combined.js
*.DS_Store
.vscode/

BIN
web/.DS_Store vendored

Binary file not shown.