mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00: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).
14 lines
196 B
Text
14 lines
196 B
Text
/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
|