Skip to content

Commit

Permalink
Merge pull request #1150 from stealjs/ignore-git
Browse files Browse the repository at this point in the history
Add .git folder to npmignore file
  • Loading branch information
m-mujica committed Nov 27, 2019
2 parents 702b15a + 2205e1c commit 4c282de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
.DS_Store
.tmp*
.idea
.git
dist
coverage
package-lock.json
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,4 +1,5 @@
/test
Gruntfile.js
.travis.yml
appveyor.yml
appveyor.yml
.git

0 comments on commit 4c282de

Please sign in to comment.