Skip to content

Commit 4c282de

Browse files
authored
Merge pull request #1150 from stealjs/ignore-git
Add .git folder to npmignore file
2 parents 702b15a + 2205e1c commit 4c282de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
.tmp*
33
.idea
4+
.git
45
dist
56
coverage
67
package-lock.json

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/test
22
Gruntfile.js
33
.travis.yml
4-
appveyor.yml
4+
appveyor.yml
5+
.git

0 commit comments

Comments
 (0)