Adds .gitattributes
and updates .gitignore
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# git
|
||||
.gitattributes export-ignore
|
||||
.github export-ignore
|
7
.gitignore
vendored
7
.gitignore
vendored
@@ -14,6 +14,13 @@ Icon
|
||||
# ---------------
|
||||
.lock
|
||||
|
||||
# Editors
|
||||
# ---------------
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
/.vscode
|
||||
/.idea
|
||||
|
||||
# -------------SECURITY-------------
|
||||
# NEVER publish these files via Git!
|
||||
# -------------SECURITY-------------
|
||||
|
Reference in New Issue
Block a user