Skip to content

Commit

Permalink
Improve ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Oct 30, 2024
1 parent b2f23fd commit b7209dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
.git
.git/
.github/
.vscode/
build/
examples/
node_modules/
out/
prebuilds/
spec/
.gitignore
.dockerignore
.ncurc.js
.npmignore
.prebuildrc
.travis.yml
Dockerfile*
examples
node_modules
out
prebuilds
spec
Gruntfile.js
eslint.config.mjs
*.md
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ spec/
.github/
.prebuildrc
.vscode/
.dockerignore
.ncurc.js
.travis.yml
Dockerfile*
Gruntfile.js
eslint.config.mjs
*.md

0 comments on commit b7209dc

Please sign in to comment.