Migrates project to devcontainer setup and YAML-based configuration
Introduces a devcontainer configuration for consistent development environments. Replaces `.gitmodules` and `project.cfg` with a more flexible `project.yml` format. Renames and reorganizes source files under a unified `src` directory structure. Updates `.gitignore` to reflect new build and configuration paths. Improves project maintainability and simplifies dependency management.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,2 +1,6 @@
|
||||
build/working/
|
||||
copy.sh
|
||||
.hdlbuild_deps/
|
||||
.working/
|
||||
reports/
|
||||
output/
|
||||
.locale/
|
||||
vhdl_ls.toml
|
Reference in New Issue
Block a user