mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08: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:
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
|
||||
|
||||
Reference in New Issue
Block a user