home: create 'modules/home' folder
Consolidating all modules under the same path, to clear out the top-level directory.
This commit is contained in:
parent
c856933803
commit
65a8f7c481
119 changed files with 2 additions and 2 deletions
34
modules/home/git/default.ignore
Normal file
34
modules/home/git/default.ignore
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# C/C++ binary files
|
||||
*.so
|
||||
*.o
|
||||
*.a
|
||||
*.out
|
||||
|
||||
# Python files
|
||||
env/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# Build system files
|
||||
compile_commands.json
|
||||
|
||||
# Debugger files
|
||||
.gdb_history
|
||||
|
||||
# LSP cache
|
||||
.clangd/
|
||||
|
||||
# Swap and backup files
|
||||
*~
|
||||
~.swp
|
||||
|
||||
# Direnv files
|
||||
.envrc
|
||||
.direnv/
|
||||
|
||||
# Project-local neovim configuration files
|
||||
.nvim.lua
|
||||
.nvimrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue