mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00

Add an `.envrc` file and add the `.direnv` directory to `.gitignore`. `direnv` will check whether `nix` is available and `flakes` are enabled before trying to load the environment from `packaging/nix`. Using flakes from the `direnv` stdlib requires `direnv 2.30.0` or later. Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
21 lines
180 B
Text
21 lines
180 B
Text
/build*/
|
|
*~
|
|
*.swp
|
|
.clang_complete
|
|
.project
|
|
.cproject
|
|
.settings/
|
|
.vscode/
|
|
.direnv/
|
|
|
|
*.egg-info/
|
|
|
|
python/dist/
|
|
|
|
# YouCompleteMe
|
|
.ycm_extra_conf.py
|
|
|
|
*.pyc
|
|
|
|
python/.eggs/
|
|
go/lib/_obj/
|