mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-20 23:14:28 +08:00
30 lines
195 B
Plaintext
30 lines
195 B
Plaintext
# Dependencies
|
|
|
|
node_modules/
|
|
.npm
|
|
.yarn
|
|
|
|
# ESLint Cache
|
|
|
|
.eslintcache
|
|
|
|
# NYC Test Output
|
|
|
|
.nyc_output
|
|
|
|
# Build Artifacts
|
|
|
|
/dist
|
|
/buikd
|
|
|
|
# dotEnv Files
|
|
|
|
.env
|
|
.env*
|
|
|
|
# Misc
|
|
|
|
.DS_Store
|
|
*.log
|
|
*.bak
|