Skip to content

Commit

Permalink
Merge pull request #94 from jeremiah-k/main
Browse files Browse the repository at this point in the history
Track empty custom and community plugin directories
  • Loading branch information
jeremiah-k authored Nov 8, 2024
2 parents 4ad3efd + e288d8c commit d72d9c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ plugins/__pycache__/
*.pyd
*$py.class
custom_plugins/
plugins/custom/
plugins/community/
plugins/custom/*
plugins/community/*

# Allow the directories themselves to be tracked
!plugins/custom/.gitkeep
!plugins/community/.gitkeep
Empty file added plugins/community/.gitkeep
Empty file.
Empty file added plugins/custom/.gitkeep
Empty file.

0 comments on commit d72d9c4

Please sign in to comment.