Files
awesome-mac/.gitignore
2022-05-11 03:33:59 +08:00

19 lines
149 B
Plaintext

node_modules/
dist/*.html
dist/*.json
dist
npm-debug.log*
package-lock.json
.DS_Store
.cache
.rdoc-dist
.vscode
*.bak
*.tem
*.temp
#.swp
*.*~
~*.*