forked from google/WebFundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (55 loc) · 1.58 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
*~
*.pyc
.DS_Store
node_modules/*
src/data/youtubeAPIKey.txt
src/data/githubKey.txt
gulp-tasks/devsite.js
scratch/*
tools/claat
gcloud-client-secret.json
package-lock.json
index.yaml
## Files that are updated regularly from DevSite
# These files will be updated by tools/update-resources.sh
gae/styles/devsite-*.css
gae/scripts/footer-closure.js
gae/scripts/framebox.js
gae/scripts/jquery-2.1.1.min.js
gae/scripts/prettify-bundle.js
gae/scripts/jquery-bundle.js
gae/scripts/script_foot_closure.js
gae/scripts/script_foot.js
## Files that are autogenerated by the build system
test-results.json
src/content/**/*/_files.json
src/content/**/*/atom.xml
src/content/**/*/rss.xml
src/content/**/*/feed.xml
src/content/*/_index-latest-*.html
src/content/*/fundamentals/glossary.md
src/content/*/_shared/contributors/*.html
src/content/*/_shared/latest_show.html
src/content/*/_shared/latest_articles.html
src/content/*/resources/contributors/*
src/content/*/resources/contributors.md
src/content/*/updates/_index.yaml
src/content/*/updates/*/_toc.yaml
src/content/*/updates/*/index.md
src/content/*/updates/tags/*
src/content/*/shows/**/feed.xml
src/content/*/shows/_index.yaml
src/content/*/shows/index.md
src/content/*/shows/http203/podcast/index.md
src/content/*/shows/designer-vs-developer/podcast/index.md
src/content/*/showcase/_index.yaml
src/content/*/showcase/*/_toc.yaml
src/content/*/showcase/*/index.md
src/content/*/showcase/tags/*
src/content/*/tools/puppeteer/_src/*
src/content/*/rss.xml
src/content/*/atom.xml
src/data/codelabs/*/img/*
src/data/codelabs/*/*.md
src/data/ilt-pwa/*/img/*
src/data/ilt-pwa/*/*.md