-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
100 lines (78 loc) · 1.23 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Outputs
/dist/
bazel-*
test-project-host-*
dist-schema/
out-tsc/
logs
target
# IDEs
.idea/
jsconfig.json
.vscode/
/.idea
/.idea_modules
/.classpath
/.project
/.settings
# Typings file.
typings/
# Misc
coverage/
node_modules/
tmp/
npm-debug.log*
yarn-error.log*
.ng_pkg_build/
# Mac OSX Finder files.
**/.DS_Store
.DS_Store
# Git files
.gitmessage.txt
.gitconfig
.gitmessage
.gradle/
/build/
dist/
build/
/RUNNING_PID
*.iml
*.ipr
*.iws
out
# Gradle
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# NOTE: Angular-related files
/dist/
/bazel-out
/integration/bazel/bazel-*
e2e_test.*
node_modules
tools/gulp-tasks/cldr/cldr-data/
# Include when developing application packages.
pubspec.lock
.c9
.idea/
.settings/
.vscode/launch.json
*.swo
modules/.settings
modules/.vscode
# Don't check in secret files
*secret.js
# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log
# build-analytics
.build-analytics
# rollup-test output
/modules/rollup-test/dist/
# User specific bazel settings
.bazelrc.user