Skip to content

Commit

Permalink
[npm] Fix ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Jul 2, 2023
1 parent 2c02026 commit fddfe41
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tests/
phpunit.xml
node_modules/
src/*.php
src/*.rb
.travis.yml
src/generate.js
HACKING.md
Expand All @@ -14,3 +15,19 @@ src/pincode
Pipfile
.editorconfig
regexes.txt
__pypackages__
.github
.gitattributes
.phpunit*
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
Gemfile*
Rakefile
bin/
phpunit.*
*.gem
*.csv
pincode-regex.js
pincode-validator.gemspec
src/pincode.egg-info/

0 comments on commit fddfe41

Please sign in to comment.