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 #
|
# IntelliJ Files #
|
||||||
##################
|
##################
|
||||||
*/.idea/workspace.xml
|
/**/.idea/workspace.xml
|
||||||
*/.idea/tasks.xml
|
/**/.idea/tasks.xml
|
||||||
*/.idea/dictionaries/
|
/**/.idea/dictionaries/
|
||||||
out/
|
out/
|
||||||
|
|
||||||
# MATLAB backup files #
|
# MATLAB backup files #
|
||||||
|
|||||||
Reference in New Issue
Block a user