Skip to content

Commit

Permalink
fix .gitignore to disregard files and dirs created at runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Rayback <[email protected]>
  • Loading branch information
jrayback committed Oct 24, 2024
1 parent f683e53 commit f9fe744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,8 @@ dmypy.json
.pyre/

# IntelliJ Files:
.idea/
.idea/

# Ignore runtime files
/volume/dkr/examples/E*
/volume/dkr/pages/

This file was deleted.

This file was deleted.

0 comments on commit f9fe744

Please sign in to comment.