Add remaining templates (languages, frameworks, IDEs, OS)
This commit is contained in:
38
src/gitignore_cli/templates/vue.yaml
Normal file
38
src/gitignore_cli/templates/vue.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
name: vue
|
||||
category: framework
|
||||
description: Vue.js framework
|
||||
patterns: |
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp.js
|
||||
|
||||
.pnp # Build
|
||||
dist/
|
||||
dist-ssr/
|
||||
*.local
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
Reference in New Issue
Block a user