Skip to content

Commit

Permalink
Fix .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Apr 18, 2019
1 parent 1d08df1 commit 2d2c7fe
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
!/dist/
# Keeping files out of your package
# docs: https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
# note: when both .npmignore and .gitignore are present, only .npmignore has effect
# related: https://stackoverflow.com/questions/24942161/does-npm-ignore-files-listed-in-gitignore

### GENERAL

# Windows
Thumbs.db
Desktop.ini

# macOS
.DS_Store
.supported

# common code editors
.atom/
.vscode/

# NetBeans
nbproject/private/

# JetBrains IDEs
# no need to ship metadata
.idea/

# common files
*.log


### PROJECT

# node, npm
node_modules/

0 comments on commit 2d2c7fe

Please sign in to comment.