Fix included JetBrains files.

This commit is contained in:
2020-11-04 01:56:09 +00:00
parent ed3faba0c5
commit 6d00148414
4 changed files with 21 additions and 2365 deletions

15
.gitignore vendored
View File

@@ -412,8 +412,7 @@ test-results/
### GPG template
secring.*
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
@@ -423,6 +422,9 @@ secring.*
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
@@ -440,9 +442,14 @@ secring.*
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
@@ -473,6 +480,10 @@ fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### CMake template
CMakeCache.txt
CMakeFiles

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.Aaru/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.Aaru/riderModule.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.Aaru/.idea/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.Aaru/.idea/riderModule.iml" />
</modules>
</component>
</project>

View File

@@ -5,6 +5,13 @@
<inspection_tool class="GraziCommit" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
<component name="GithubSharedProjectSettings">
<option name="branchProtectionPatterns">
<list>
<option value="master" />
</list>
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/Aaru.Checksums" vcs="Git" />