Skip to content

Commit

Permalink
Updated list of files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 29, 2017
1 parent c5e0d64 commit be7a4e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .gitattributes
Expand Up @@ -2,11 +2,13 @@
* text=auto * text=auto


# Don't include these files when users download a release # Don't include these files when users download a release
/.gitattributes export-ignore examples/screenshot.png export-ignore
/.gitignore export-ignore examples/README.md export-ignore
/.npmignore export-ignore src/ export-ignore
/Gruntfile.js export-ignore .gitattributes export-ignore
/bower.json export-ignore .gitignore export-ignore
/eslint.json export-ignore .npmignore export-ignore
/package.json export-ignore bower.json export-ignore
/examples/screenshot.png export-ignore eslint.json export-ignore
Gruntfile.js export-ignore
package.json export-ignore
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,9 +1,10 @@
examples/README.md
examples/screenshot.png examples/screenshot.png
node_modules/* node_modules/*
.gitattributes .gitattributes
.npmignore .npmignore
Gruntfile.js
bower.json bower.json
eslint.json eslint.json
Gruntfile.js
package.json package.json
todo.txt todo.txt
3 changes: 3 additions & 0 deletions bower.json
Expand Up @@ -18,6 +18,9 @@
}, },
"license": "LGPL", "license": "LGPL",
"ignore": [ "ignore": [
"examples/README.md",
"examples/screenshot.png",
"src/*",
".gitattributes", ".gitattributes",
".gitignore", ".gitignore",
".npmignore", ".npmignore",
Expand Down

0 comments on commit be7a4e3

Please sign in to comment.