diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:57:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 17:54:29 -0800 |
commit | 2b92007edd2b263b10b0fb00d34253f14ae2ae95 (patch) | |
tree | 0619440b9702cdb085bc2c112904ccadbcda9a1e /home/git/gitignore | |
parent | feat(home/fish): new function to run home-manager (diff) | |
download | world-2b92007edd2b263b10b0fb00d34253f14ae2ae95.tar.gz |
fix(home/git): simplify gitignore configuration
Diffstat (limited to 'home/git/gitignore')
-rw-r--r-- | home/git/gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/git/gitignore b/home/git/gitignore new file mode 100644 index 0000000..83adbce --- /dev/null +++ b/home/git/gitignore @@ -0,0 +1,12 @@ +*.elc +*pyc +*~ +.DS_Store +.\\# +.dir-locals.el +.direnv/* +.projectile +.pytest_cache/ +tags +/result +/.pre-commit-config.yaml |