mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-23 18:20:40 +08:00
40 lines
596 B
Plaintext
40 lines
596 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
.vscode
|
|
.vscode/*
|
|
*/.DS_Store
|
|
.DS_Store
|
|
*/.vscode
|
|
.idea
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
*.lcov
|
|
# nyc test coverage
|
|
.nyc_output
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
# Optional npm cache directory
|
|
.npm
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
# Next.js build output
|
|
.next
|
|
.nuxt
|
|
dist
|
|
# Gatsby files
|
|
.cache/
|
|
# vuepress build output
|
|
# .vuepress/dist
|
|
docs/.vuepress/.cache/
|
|
docs/.vuepress/.temp/
|
|
docs/.vuepress/dist/
|
|
# TernJS port file
|
|
.tern-port
|
|
/.husky/
|