Skip to content

Commit

Permalink
Подкорректировал npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaize committed Mar 11, 2022
1 parent b88971f commit 3e154e6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# misc
.DS_Store
*.pem
.idea
.vscode

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel
debug.ts

.*.swp
._*
.DS_Store
Expand All @@ -13,4 +44,3 @@ config.gypi
CVS
npm-debug.log
tests
debug.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "declaration-tools",
"version": "0.1.0",
"version": "0.1.1",
"description": "Инструменты для декларативного программирования.",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 3e154e6

Please sign in to comment.