mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-09 15:59:46 +01:00
Added a gitignore
This commit is contained in:
parent
85a8864e92
commit
6b70fefa50
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# 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-*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user