OLD | NEW |
---|---|
1 # These ignores are auto-generated from the canonical svn ignore metadata | 1 # These ignores are auto-generated from the canonical svn ignore metadata |
2 # using: | 2 # using: |
3 # | 3 # |
4 # $ git svn create-ignore | 4 # $ git svn create-ignore |
5 # | 5 # |
6 # Whenever possible, prefer creating ignores in svn and then generating them | 6 # Whenever possible, prefer creating ignores in svn and then generating them |
7 # to keep git in sync. | 7 # to keep git in sync. |
8 /.children | 8 /.children |
9 /.project | 9 /.project |
10 /Makefile | 10 /Makefile |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
47 # From the Mac OS X Finder | 47 # From the Mac OS X Finder |
48 .DS_Store | 48 .DS_Store |
49 | 49 |
50 # Pub generated "packages" directories and files | 50 # Pub generated "packages" directories and files |
51 packages | 51 packages |
52 pubspec.lock | 52 pubspec.lock |
53 | 53 |
54 # Vim temporary swap files. | 54 # Vim temporary swap files. |
55 *.swp | 55 *.swp |
56 | 56 |
57 # Third party files | |
kevmoo-old
2013/08/15 23:26:24
You may have missed https://code.google.com/p/dart
| |
58 third_party/nss_pkcs12 | |
59 third_party/polymer | |
60 | |
57 # Generated files. | 61 # Generated files. |
58 tools/out | 62 tools/out |
59 tools/xcodebuild | 63 tools/xcodebuild |
64 pkg/shadow_dom/tool/node_modules | |
65 | |
66 | |
67 | |
OLD | NEW |