1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-31 18:32:38 +08:00

Add .idea folders to .gitignore

All JetBrains IDEs create a .idea folder in the project root that is local to the system/user and should not be included in a repository.
This commit is contained in:
Joel Bodenmann 2019-07-25 14:24:00 +02:00
parent 554f26a614
commit 0b88843d76

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ moc_*
ui_*
Makefile
# IDEs
.idea