HowToCook/.gitignore
Bobby Rong 18f49082bc
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
2022-02-23 10:49:18 +08:00

5 lines
58 B
Plaintext

# Dependency directories
node_modules/
.history
.DS_Store