Skip to content

Commit 86afd46

Browse files
committed
Cleanup of gitignore and gitattributes.
1 parent 0c57f09 commit 86afd46

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.gitattributes

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
.gitmodules export-ignore
4+
.travis.yml export-ignore
5+
mkdocs.yml export-ignore
6+
.travis export-ignore
7+
sonar-project.properties export-ignore
8+
^tests/* export-ignore
9+
^development/* export-ignore
10+
^docs/* linguist-documentation

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
55
# User-specific stuff:
66
.idea/
7+
.sonar/
78
site/
89
pages/
910
release/

0 commit comments

Comments
 (0)