We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c57f09 commit 86afd46Copy full SHA for 86afd46
.gitattributes
@@ -1,9 +1,10 @@
1
-
2
-.gitattributes export-ignore
3
-.gitignore export-ignore
4
-.gitmodules export-ignore
5
-.travis.yml export-ignore
6
7
-.travis export-ignore
8
9
-^docs/* linguist-documentation
+.gitattributes export-ignore
+.gitignore export-ignore
+.gitmodules export-ignore
+.travis.yml export-ignore
+mkdocs.yml export-ignore
+.travis export-ignore
+sonar-project.properties export-ignore
+^tests/* export-ignore
+^development/* export-ignore
10
+^docs/* linguist-documentation
.gitignore
@@ -4,6 +4,7 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/
+.sonar/
site/
pages/
release/
0 commit comments