Permalink
Please sign in to comment.
Browse files
Disabled type annotation inspections in IntelliJ.
Synced common scala .gitignore across repositories.
- Loading branch information...
Showing
with
18 additions
and 4 deletions.
- +12 −4 .gitignore
- +6 −0 .idea/inspectionProfiles/Project_Default.xml
16
.gitignore
| @@ -1,11 +1,19 @@ | ||
| -.idea | ||
| -log | ||
| -target | ||
| +# common scala config | ||
| +*~ | ||
| +.DS_Store | ||
| .artifactory | ||
| +.idea/* | ||
| +!/.idea/inspectionProfiles/ | ||
| +.idea/inspectionProfiles/* | ||
| +!/.idea/inspectionProfiles/Project_Default.xml | ||
| +target | ||
| + | ||
| +# custom config | ||
| cromwell-executions | ||
| cromwell-test-executions | ||
| -cromwell-workflow-logs | ||
| cromwell-test-workflow-logs | ||
| +cromwell-workflow-logs | ||
| local-cromwell-executions | ||
| +log | ||
| native | ||
| scripts/docker-compose-mysql/compose/mysql/data |
| @@ -0,0 +1,6 @@ | ||
| +<component name="InspectionProjectProfileManager"> | ||
| + <profile version="1.0"> | ||
| + <option name="myName" value="Project Default" /> | ||
| + <inspection_tool class="TypeAnnotation" enabled="false" level="WARNING" enabled_by_default="false" /> | ||
| + </profile> | ||
| +</component> |
0 comments on commit
4c88c70