Fixed .gitignore rules for IntelliJ
- All excluded IntelliJ files are now ignored, regardless of path.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -71,9 +71,9 @@ xcuserdata
|
||||
|
||||
# IntelliJ Files #
|
||||
##################
|
||||
*/.idea/workspace.xml
|
||||
*/.idea/tasks.xml
|
||||
*/.idea/dictionaries/
|
||||
/**/.idea/workspace.xml
|
||||
/**/.idea/tasks.xml
|
||||
/**/.idea/dictionaries/
|
||||
out/
|
||||
|
||||
# MATLAB backup files #
|
||||
|
||||
Reference in New Issue
Block a user