This repository was archived by the owner on Dec 4, 2017. It is now read-only.
chore(ignored/boilerplate files): minor cleanup #1646
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(1) We are ignoring all style files including the master styles.css:
We don't want to do that. Now we only ignore
styles.css
in subdirectories. Cf. #894.(2) The gulp target
copy-example-boilerplate
is also copying ts boilerplate into dart folders. This is fixed.(3) Boilerplate files are now chmod -w so as to avoid that they be edited by mistake. Both of the following have been tested after these changes and continue to work as expected:
(4) Entries in
public/docs/_examples/.gitignore
corresponding to boilerplate files have been moved to the top.(5) Duplicate entries in
public/docs/_examples/.gitignore
relative to the top-level.gitignore
have been removed.(6) Entries in
public/docs/_examples/.gitignore
that are global in nature have been moved to the top-level.gitignore
.