Skip to content

Commit

Permalink
fix,feat: ignoring some content from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Feb 20, 2023
1 parent 4e852c1 commit 8735285
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
**/coverage
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules

# profiling files
chrome-profiler-events.json
speed-measure-plugin.json

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
.angular
/.angular/cache
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Expand Down

0 comments on commit 8735285

Please sign in to comment.