mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(.gitignore): fix patterns
make patterns more strict so we don't accidentaly match stuff deeply nested in the codebase.
This commit is contained in:
parent
8011b97bfa
commit
4eaaf9f83c
1 changed files with 3 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,6 +1,4 @@
|
|||
build/
|
||||
angularjs.netrc
|
||||
jstd.log
|
||||
/build/
|
||||
.DS_Store
|
||||
gen_docs.disable
|
||||
test.disable
|
||||
|
|
@ -9,7 +7,7 @@ performance/temp*.html
|
|||
.idea/workspace.xml
|
||||
*~
|
||||
angular.js.tmproj
|
||||
node_modules
|
||||
components
|
||||
/node_modules/
|
||||
/components/
|
||||
angular.xcodeproj
|
||||
.idea
|
||||
|
|
|
|||
Loading…
Reference in a new issue