Skip to content

Commit

Permalink
Handle files - vscodeignore conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Talamantez committed Nov 24, 2024
1 parent 055b36d commit cc39a78
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 37 deletions.
39 changes: 13 additions & 26 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@
# Development
.vscode/**
.vscode-test/**
src/**
out/**
**/tsconfig.json
**/*.map
**/*.ts
.gitignore
.npmignore
.env
.env.example
esbuild.js

# Build artifacts
node_modules/**
dist/**/*.map

# Deno backend
deno.deploy.json
deno.json
main.ts

# Temp files
concatenated_code.txt
*.vsix

# Don't ignore these files
!dist/extension.js
!logo.png
src/**
.gitignore
.yarnrc
webpack.config.js
vsc-extension-quickstart.md
/tsconfig.json
/.eslintrc.json
/.map
**/.ts
.github/
examples/
.devcontainer/
test/**
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,5 @@
"sinon": "^19.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE.md",
"PRIVACY.md",
"EULA.md",
"README.md",
"icon.png",
"logo.svg"
]
}
}

0 comments on commit cc39a78

Please sign in to comment.