Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

chore: simplify gitignore #68

Merged
merged 1 commit into from
Nov 18, 2016
Merged

chore: simplify gitignore #68

merged 1 commit into from
Nov 18, 2016

Conversation

filipesilva
Copy link
Contributor

@filipesilva filipesilva commented Apr 18, 2016

Removed some unused ignored folders in .gitignore and fixed the npm-debug.log ignore entry.

Also simplified the *.js ignore rules to not ignore files in the project root, so that a user wouldn't need to add gitignore exceptions when adding more tooling files (e.g. gulpfile.js).

@wardbell
Copy link
Contributor

Needs modification

I think this might be better:

.idea   
typings
node_modules
jspm_packages
npm-debug.*
link-checker-results.txt
app/**/*.js
*.js.map
_test-output
_temp

!**/*e2e-spec.js        

@filipesilva
Copy link
Contributor Author

@wardbell updated as per your suggestion.

@filipesilva filipesilva merged commit 7556148 into angular:master Nov 18, 2016
@filipesilva filipesilva deleted the simplify-gitignore branch November 18, 2016 08:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants