gitignore: add .DS_Store

The file is used in macOS to stores custom attributes of its containing folder and should not be committed to this repository.

- https://github.com/github/gitignore/search?q=DS_Store
- https://en.wikipedia.org/wiki/.DS_Store
This commit is contained in:
Bobby Rong 2022-02-23 10:49:18 +08:00 committed by GitHub
parent 0f3f2ba266
commit 18f49082bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
# Dependency directories
node_modules/
.history
.history
.DS_Store