diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2024-03-01 04:17:45 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2024-03-01 04:17:45 -0600 |
commit | ca9c5626495c00f6d6cffd4ae517a66db15b0832 (patch) | |
tree | 9527428a30067c99f8a035e455770ec885e997ed /.gitignore | |
parent | ab5cc111d51a8975f5f82e5a0b497b5f752acc5d (diff) |
add ignore for temp entries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +# temp entries +**/temp/* # python venv .venv/ |