forked from ampproject/amp.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (42 loc) · 1022 Bytes
/
.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
*.mo
.DS_Store
.sass-cache
.idea
.podcache.yaml
.vscode
*.pyc
*.log
node_modules
.com.apple.timemachine.supported
dist
/build
assets/css/*
.depcache.json
# Ignore dynamically built and collected files that are only
# used during development
pages/podspec.yaml
pages/css
pages/icons
pages/macros
pages/.grow
pages/partials
pages/templates
pages/layouts
pages/views
pages/content/amp-dev/documentation/examples/*/**
!pages/content/amp-dev/documentation/examples/*/**/_blueprint.yaml
pages/content/amp-dev/documentation/components/reference/*.md
!pages/content/amp-dev/documentation/components/reference/*@*.md
examples/static/samples/samples.json
pages/content/amp-dev/community/working-groups/*.yaml
!pages/content/amp-dev/community/working-groups/_blueprint.yaml
pages/routescache.json
pages/shared/data/componentSamples.json
pages/shared/data/roadmap.yaml
# Ignore files created during build process
platform/pages*
platform/static
platform/config/build-info.yaml
# Ignore pipeline cache
.cache/**/*
!.cache/.gitkeep