Skip to content

Commit

Permalink
added .npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 21, 2024
1 parent 73d74c6 commit 50d05c2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plugins/ai/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit 50d05c2

Please sign in to comment.