1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/.gitignore
Philipp Jungkamp 0c9f513e8b packaging-nix: add direnv support using the nix flake
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>
2023-06-01 13:36:11 +02:00

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/