Merge pull request #13186 from OatmealDome/flatpak-gitignore

gitignore: Ignore flatpak-builder's cache directory
This commit is contained in:
OatmealDome
2024-12-05 15:10:18 -05:00
committed by GitHub

2
.gitignore vendored
View File

@ -41,3 +41,5 @@ CMakeLists.txt.user
.idea/ .idea/
# Ignore Visual Studio Code's working dir # Ignore Visual Studio Code's working dir
/.vscode/ /.vscode/
# Ignore flatpak-builder's cache dir
.flatpak-builder