first
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Nix build outputs
|
||||
result
|
||||
result-*
|
||||
|
||||
# Direnv
|
||||
.direnv/
|
||||
.envrc
|
||||
|
||||
# Development shells
|
||||
shell.nix
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Nix-specific
|
||||
.pre-commit-config.yaml
|
||||
.envrc.local
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.log
|
||||
|
||||
# Testing
|
||||
test-result/
|
||||
|
||||
# Local configuration (if you want to keep local overrides)
|
||||
local.nix
|
||||
flake.lock.bak
|
||||
|
||||
# Documentation
|
||||
docs/
|
Reference in New Issue
Block a user