1
0
mirror of synced 2025-12-17 04:08:19 +08:00

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

3
.gitignore vendored
View File

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