Skip to content

Commit

Permalink
chore: exclude docs build files in .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 12, 2024
1 parent 17bfbf0 commit de7381c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ dist/
*.xlsx
*.json
*.zip
*.tgz
*.txt
*.tgz
*.png
*.sh

.env.example
.eslintrc.js
.eslintrc_win.js
.gitignore
.npmignore
.eslintignore
README.md
README.tmp

# Ignore all JSON files except:
!package.json
Expand All @@ -26,6 +31,8 @@ dist/

# Exclude directories
src/examples/
docs/
diagrams/

# Docker
Dockerfile
Expand Down

0 comments on commit de7381c

Please sign in to comment.