up
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Source and development files
|
||||
src/**
|
||||
.vscode/**
|
||||
|
||||
# Dependencies and package-manager cache
|
||||
node_modules/**
|
||||
|
||||
# TypeScript source maps
|
||||
out/**/*.map
|
||||
|
||||
# Local/generated packages
|
||||
*.vsix
|
||||
|
||||
# Local workspace files
|
||||
.git/**
|
||||
.gitignore
|
||||
.claude/**
|
||||
.history/**
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Tests and coverage
|
||||
coverage/**
|
||||
.nyc_output/**
|
||||
.vscode-test/**
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user