Skip to content

Commit

Permalink
Removed .npmignore and added "src" folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 30, 2017
1 parent 7017341 commit a3cbb5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* text=auto

# Don't include these files when users download a release
/examples/README.md export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.npmignore export-ignore
/Gruntfile.js export-ignore
/bower.json export-ignore
/eslint.json export-ignore
/package.json export-ignore
examples/README.md export-ignore
src/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Gruntfile.js export-ignore
bower.json export-ignore
eslint.json export-ignore
package.json export-ignore
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"license": "LGPL",
"ignore": [
"examples/README.md",
"src/*",
".gitattributes",
".gitignore",
".npmignore",
"bower.json",
"eslint.json",
"Gruntfile.js",
Expand Down

0 comments on commit a3cbb5e

Please sign in to comment.