thunderbird/.gitignore
2023-11-06 10:00:24 +00:00

9 lines
134 B
Text

# Ignore everything in the repository
*
# Allow files in the 'chrome' directory
!/chrome/
!/chrome/*
# Allow .gitignore
!.gitignore