mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 23:04:45 +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/
|
/build/
|
||||||
angularjs.netrc
|
|
||||||
jstd.log
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
gen_docs.disable
|
gen_docs.disable
|
||||||
test.disable
|
test.disable
|
||||||
|
|
@ -9,7 +7,7 @@ performance/temp*.html
|
||||||
.idea/workspace.xml
|
.idea/workspace.xml
|
||||||
*~
|
*~
|
||||||
angular.js.tmproj
|
angular.js.tmproj
|
||||||
node_modules
|
/node_modules/
|
||||||
components
|
/components/
|
||||||
angular.xcodeproj
|
angular.xcodeproj
|
||||||
.idea
|
.idea
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue