mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 22:44:01 +08:00
I use a .agignore file to skip the build directory and some other files while searching using Ag (see https://github.com/ggreer/the_silver_searcher).
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
/build/
|
|
.DS_Store
|
|
gen_docs.disable
|
|
test.disable
|
|
regression/temp*.html
|
|
performance/temp*.html
|
|
.idea/workspace.xml
|
|
*~
|
|
angular.js.tmproj
|
|
/node_modules/
|
|
/components/
|
|
angular.xcodeproj
|
|
.idea
|
|
.agignore
|