Skip to content

Commit 1ee3af8

Browse files
afborabastianallgeier
authored andcommitted
Adds .gitattributes and updates .gitignore
1 parent 270e197 commit 1ee3af8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# git
2+
.gitattributes export-ignore
3+
.github export-ignore

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Icon
1414
# ---------------
1515
.lock
1616

17+
# Editors
18+
# ---------------
19+
*.sublime-project
20+
*.sublime-workspace
21+
/.vscode
22+
/.idea
23+
1724
# -------------SECURITY-------------
1825
# NEVER publish these files via Git!
1926
# -------------SECURITY-------------

0 commit comments

Comments
 (0)