Skip to content

Commit

Permalink
Drop gitignore on dist
Browse files Browse the repository at this point in the history
Closes #400
  • Loading branch information
esamattis committed Jan 25, 2015
1 parent 5630436 commit dd304fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
.project
.tmp_*
node_modules
dist/*
4 changes: 2 additions & 2 deletions CONTRIBUTING.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Always add tests
- Update documentation if needed
- Do not commit build artifacts
- Do not commit build artifacts in the `dist` directory

## Bug fixes

Expand All @@ -24,7 +24,7 @@ of scope.

- Upgrade version number `gulp bump --semver <version>`
- Build the library `gulp build`
- Force commit `dist`
- Commit build artifacts in `dist`
- Write a changelog entry to `CHANGELOG.markdown`
- Use Github compare to see what has changed from previous tag. Ex https://github.com/epeli/underscore.string/compare/3.0.0...master
- Add git tag
Expand Down

0 comments on commit dd304fc

Please sign in to comment.