diff options
author | ben <ben@nagy.contact> | 2025-05-03 14:59:49 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-05-03 14:59:49 -0700 |
commit | ed80e5df8c718fc2321904db1b81604d1ed33444 (patch) | |
tree | 04bc58346a40cd696f5840bcd3c724684bd5f591 /.gitignore | |
parent | ea687c769521b3139c8547a2d4a839842fa7b0fe (diff) |
suckless
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1 +1,30 @@ /home/black/Dev/dotfiles/config/nvim/lazy-lock.json + + +# Compiled bytes +*.o +*.a +*.so +*.class +*.jar +*.pyc +*.pyo + +# System +*.log +*.tmp +*.out +*.swp +*.orig +*.bak +*.rej + +# Dirs +patches/* +*/.git/ +**/.git/ + +# Sensitive +.env +*.gpg +*.asc |