Browse Source

Fix .idea/.gitignore

pull/19/head
Kate Doeen 2 years ago
parent
commit
72f9d389af
No known key found for this signature in database
GPG Key ID: 9F81F962D88883F8
  1. 12
      .idea/.gitignore
  2. 60
      .idea/nextcloud-harbour.iml

12
.idea/.gitignore vendored

@ -1,10 +1,4 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
/libraries
*.iml
/usage.statistics.xml
/shelf/
/libraries/

60
.idea/nextcloud-harbour.iml

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/build" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/.pub" />
<excludeFolder url="file://$MODULE_DIR$/packages/file_icons/build" />
<excludeFolder url="file://$MODULE_DIR$/packages/file_icons/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/packages/file_icons/.pub" />
<excludeFolder url="file://$MODULE_DIR$/packages/sort_box/.pub" />
<excludeFolder url="file://$MODULE_DIR$/packages/sort_box/build" />
<excludeFolder url="file://$MODULE_DIR$/packages/sort_box/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/build" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart2/petstore_client_lib_fake/.pub" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/build" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/.pub" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/.pub" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/build" />
<excludeFolder url="file://$MODULE_DIR$/packages/harbour/build" />
<excludeFolder url="file://$MODULE_DIR$/packages/harbour/.pub" />
<excludeFolder url="file://$MODULE_DIR$/packages/harbour/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/packages/spec_templates/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/packages/spec_templates/.pub" />
<excludeFolder url="file://$MODULE_DIR$/packages/spec_templates/build" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart2/petstore_client_lib/build" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart2/petstore_client_lib/.pub" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/samples/openapi3/client/petstore/dart2/petstore_client_lib/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/packages/settings/build" />
<excludeFolder url="file://$MODULE_DIR$/packages/settings/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/packages/settings/.pub" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/bin/utils/dart-keywords/.pub" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/bin/utils/dart-keywords/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/external/openapi-generator/bin/utils/dart-keywords/build" />
<excludeFolder url="file://$MODULE_DIR$/packages/nextcloud/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/packages/nextcloud/.pub" />
<excludeFolder url="file://$MODULE_DIR$/packages/nextcloud/build" />
<excludeFolder url="file://$MODULE_DIR$/.idea/libraries" />
<excludeFolder url="file://$MODULE_DIR$/external" />
<excludeFolder url="file://$MODULE_DIR$/packages/nextcloud/lib/src/clients/common" />
<excludeFolder url="file://$MODULE_DIR$/packages/nextcloud/lib/src/clients/generated" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/external/nextcloud-server/core/templates" />
</list>
</option>
</component>
</module>
Loading…
Cancel
Save