Skip to content

Commit

Permalink
gitignore: add default cachi2 generated files
Browse files Browse the repository at this point in the history
often when I want to quickly try fetching
dependencies I usually do not specify output dir option
(only source dir), then I have to manually delete
the output dir in my repository to avoid committing it

Signed-off-by: Michal Šoltis <[email protected]>
  • Loading branch information
slimreaper35 committed Jul 10, 2024
1 parent a1f8840 commit 348e454
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ settings.py

# idea files
.idea/

# cachi2 default files
cachi2-output/
cachi2.env

0 comments on commit 348e454

Please sign in to comment.