first
This commit is contained in:
29
.agents/skills/antfu/references/gitignore.md
Normal file
29
.agents/skills/antfu/references/gitignore.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: gitignore
|
||||
description: Anthony Fu's preferred .gitignore for JavaScript/TypeScript projects
|
||||
---
|
||||
|
||||
# .gitignore
|
||||
|
||||
When `.gitignore` is not present, create it with:
|
||||
|
||||
```
|
||||
*.log
|
||||
*.tgz
|
||||
.cache
|
||||
.DS_Store
|
||||
.eslintcache
|
||||
.idea
|
||||
.env
|
||||
.nuxt
|
||||
.temp
|
||||
.output
|
||||
.turbo
|
||||
cache
|
||||
coverage
|
||||
dist
|
||||
lib-cov
|
||||
logs
|
||||
node_modules
|
||||
temp
|
||||
```
|
||||
Reference in New Issue
Block a user