diff options
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 |