-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (66 loc) · 1.12 KB
/
.gitignore
File metadata and controls
71 lines (66 loc) · 1.12 KB
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
/staging/
/types/
/dist/
/dist_type/
/test/bench/results/
/docs/assets/examples/*.webp
/docs/API
/docs/examples
/docs/example
/docs/plugins.md
/site/
.cache/
*.es.js
*.js.map
node_modules
*.sublime-*
coverage
.DS_Store
.nyc_output
*_generated.js
*_generated.js.map
test/integration/**/results*.html
test/integration/**/actual.png
test/integration/**/actual.json
test/integration/**/diff.png
test/integration/**/test-results.xml
test/integration/**/results*.txt
test/integration/dist/**/*.js
test/integration/dist/**/*.json
test/integration/query/dist/fixtures.json
*/**/*.g.ts
.eslintcache
_batfish_site
_batfish_tmp
_site
yarn-error.log
yarn-debug.log
npm-debug.log
.idea
*.iml
/.vs/
.*.swp
junit.xml
# Secrets and environment files
.env
.env.local
.env.*.local
# CDN upload tooling (contains credentials)
cdn-upload/
# Test HTML files
seo-example-*.html
cookie-test*.html
cookie-test\ copy*.html
test.html
test-flat-map.html
mapmetrics-style-test.html
local-example.html
# Internal dev/planning docs
CHECKLIST.md
system.md
docs/plans/
docs/seo-documentation.md
src/seo/demo.ts
# Certificates (localhost dev)
localhost.crt
localhost.key