.gitignore: ignore intellij project files
This commit is contained in:
parent
8bcce3418d
commit
bc5320b573
1 changed files with 2 additions and 15 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -17,21 +17,8 @@ nbactions.xml
|
|||
.project
|
||||
|
||||
# intellij
|
||||
.idea/libraries/
|
||||
.idea/workspace.xml
|
||||
.idea/uiDesigner.xml
|
||||
.idea/compiler.xml
|
||||
.idea/misc.xml
|
||||
.idea/checkstyle.xml
|
||||
.idea/artifacts/
|
||||
.idea/dataSources*
|
||||
.idea/tasks.xml
|
||||
.idea/dictionaries/
|
||||
.idea/shelf/
|
||||
.idea/dynamic.xml
|
||||
.idea/sqlDataSources.xml
|
||||
.idea/gradle.xml
|
||||
.idea/mongoSettings.xml
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Spring
|
||||
spring.log
|
||||
|
|
Loading…
Reference in a new issue