Skip to content

Commit 528f33d

Browse files
refactor(devtools): prepare codebase for migration to angular/angular repo
1 parent 0028094 commit 528f33d

509 files changed

Lines changed: 55 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

devtools/.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
# Only exists if Bazel was run
8+
/bazel-out
9+
/cypress/screenshots
10+
/cypress/videos
11+
# dependencies
12+
/node_modules
13+
14+
# profiling files
15+
chrome-profiler-events*.json
16+
speed-measure-plugin*.json
17+
18+
# IDEs and editors
19+
/.idea
20+
.project
21+
.classpath
22+
.c9/
23+
*.launch
24+
.settings/
25+
*.sublime-workspace
26+
27+
# IDE - VSCode
28+
.vscode/*
29+
!.vscode/settings.json
30+
!.vscode/tasks.json
31+
!.vscode/launch.json
32+
!.vscode/extensions.json
33+
.history/*
34+
35+
# misc
36+
/.sass-cache
37+
/connect.lock
38+
/coverage
39+
/libpeerconnection.log
40+
npm-debug.log
41+
yarn-error.log
42+
testem.log
43+
/typings
44+
45+
# System Files
46+
.DS_Store
47+
Thumbs.db
48+
**/coverage/*
49+
50+
.angular
51+
52+
bazel-angular-devtools
53+
bazel-bin
54+
bazel-out/*
55+
bazel-testlogs
File renamed without changes.

0 commit comments

Comments
 (0)