Skip to content

Commit f2bbd11

Browse files
authored
chore(docs): gitignore docs examples (#21167)
new docs testing procedures have made sometimes messy git changes, this should avoid that, from slack
2 parents d2110e5 + 62119ec commit f2bbd11

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/examples/ts/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by bootstrap validation (yarn init, yarn add, tsc, codegen).
2+
# Cleanup runs via trap but may not fire if bootstrap is interrupted or parallel kills jobs.
3+
*/.editorconfig
4+
*/.gitattributes
5+
*/.gitignore
6+
*/.yarnrc.yml
7+
*/package.json
8+
*/README.md
9+
*/tsconfig.json
10+
*/codegenCache.json
11+
*/artifacts/
12+
joblog.txt

0 commit comments

Comments
 (0)