forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (35 loc) · 738 Bytes
/
.gitignore
File metadata and controls
40 lines (35 loc) · 738 Bytes
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
# OS level files
.DS_Store
.g4ignore
*.swp
*.swo
# Development environment files
**/node_modules
npm-debug.log
# Firebase directories
.firebaserc
.firebase
firebase
firebase.json
# User configuration files
# Keep this list in sync with clean.js
/build-system/global-configs/custom-config.json
/build-system/global-configs/custom-flavors-config.json
# [GLOBALLY IGNORED]
# (Don't edit or remove the above comment!)
# The rules below are synced between .gitignore and .prettierignore, and are
# removed by `amp clean`.
.*cache
.amp-dep-check
build
build-system/tasks/performance/cache
build-system/tasks/performance/results.json
dist
dist.3p
dist.tools
export
examples/storybook
/release
result-reports
test/coverage
test/coverage-e2e