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 f7d58288cd
commit 6aca3fb897

1
.gitignore vendored
View File

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