Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4eaaf9f

Browse files
committedJun 8, 2013
chore(.gitignore): fix patterns
make patterns more strict so we don't accidentaly match stuff deeply nested in the codebase.
1 parent 8011b97 commit 4eaaf9f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
build/
2-
angularjs.netrc
3-
jstd.log
1+
/build/
42
.DS_Store
53
gen_docs.disable
64
test.disable
@@ -9,7 +7,7 @@ performance/temp*.html
97
.idea/workspace.xml
108
*~
119
angular.js.tmproj
12-
node_modules
13-
components
10+
/node_modules/
11+
/components/
1412
angular.xcodeproj
1513
.idea

0 commit comments

Comments
 (0)
This repository has been archived.