Add nixOS specific files to .gitignore to prevent push to repo
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,3 +1,11 @@
|
||||
# NixOS Flake Files
|
||||
# Excludes nix flakes and files used to recreate anaconda enviroment in NixOS.
|
||||
.nix
|
||||
.flake
|
||||
.lock
|
||||
generate-packages.py
|
||||
anaconda-pip-fallback.txt
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[codz]
|
||||
|
||||
Reference in New Issue
Block a user