-
Notifications
You must be signed in to change notification settings - Fork 694
/
.gitignore
60 lines (54 loc) · 1.27 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
*.mo
.DS_Store
.sass-cache
.idea
.podcache.yaml
.vscode
.eslintcache
*.pyc
*.log
node_modules
.com.apple.timemachine.supported
*.swp
*.swo
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/content/amp-dev/community/working-groups/*.json
pages/routescache.json
pages/shared/data/componentSamples.json
pages/shared/data/roadmap.json
# Ignore files created during build process
artifacts/
platform/pages*
platform/static
platform/config/build-info.yaml
thumbor/static
frontend/templates/views/partials/pixi/webpack.j2
# Ignore pipeline cache
.cache/**/*
!.cache/.gitkeep
# Ignore certs from being accidentally committed
packager/certs/*pem
packager/certs/*pem.enc
# Local Netlify folder
.netlify