Skip to content

Commit

Permalink
Sync npmignore with gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjs committed Jan 10, 2023
1 parent 6de4c11 commit d9800d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# is any build artifacts that are needed at runtime should be included
# in npm but excluded from git.

# Python n things
env/
.env
*.pyc

# GeoMOOSE demo site specific config file
examples/desktop/config.js
Expand All @@ -15,6 +19,8 @@ examples/geomoose
*~
*.bak
*.swp
# Created by PyCharm editor
docs/.idea

# macOS droppings
.DS_Store
Expand All @@ -36,3 +42,6 @@ geomoose*.tgz
# Don't package useless source map (the source URLs are all webpack relative
# which can't resolve to anything in production.)
dist/geomoose.min.js.map

# Ignore GitHub configuration releases
.github/

0 comments on commit d9800d7

Please sign in to comment.