mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
Added site directory to .gitignore for GitHub Pages output. Adjusted mkdocs.yml formatting and moved use_directory_urls to the top for improved clarity.
24 lines
230 B
Plaintext
24 lines
230 B
Plaintext
target
|
|
.vscode
|
|
.metals
|
|
.bloop
|
|
**/project/metals.sbt
|
|
**/project/project
|
|
|
|
# VCD output
|
|
**/test_run_dir
|
|
|
|
# vivado stuffs
|
|
**/*.jou
|
|
**/*.log
|
|
|
|
**/hello_z710-test
|
|
**/riscv-z710-v2020
|
|
.Xil
|
|
|
|
#
|
|
misc/lab*_ans.yaml
|
|
|
|
# github pages
|
|
site/**/*
|