Moved all components to F.Cu
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# The devcontainer build uses context ".." (the repo root) but only ever COPYs
|
||||
# requirements.txt. Keep the context small so a rebuild doesn't ship the whole
|
||||
# repo (~333 MB) to the docker daemon.
|
||||
.git/
|
||||
.venv/
|
||||
build/
|
||||
hardware/
|
||||
docs/
|
||||
diagrams/
|
||||
examples/
|
||||
*.vcd
|
||||
*.pcapng
|
||||
*.bin
|
||||
*.asc
|
||||
*.json.gz
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user