mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-09 15:59:46 +01:00
29 lines
457 B
Plaintext
29 lines
457 B
Plaintext
# macOS system files
|
|
# This ignores .DS_Store in the root and all subdirectories
|
|
.DS_Store
|
|
|
|
# direnv cache directories
|
|
# This ignores .direnv folders in the root and all subdirectories
|
|
.direnv/
|
|
|
|
# Optional: Other common files you might want to ignore
|
|
|
|
# Editor and IDE files
|
|
# .vscode/
|
|
# .idea/
|
|
# *.swp
|
|
# *.swo
|
|
# *~
|
|
|
|
# Build artifacts
|
|
# build/
|
|
# dist/
|
|
# *.o
|
|
# *.so
|
|
# *.dylib
|
|
|
|
# Nix build results (if you want to ignore result symlinks)
|
|
# result
|
|
# result-*
|
|
|