Skip to content

Commit 329a754

Browse files
Add Git ignore and attribute pattern
Added the `.gitattributes` (1) and `.gitignore` (2) configuration files for pattern handling that are matching the latest "Arctic Ice Studio" project design standards/guidelines. References: (1) https://git-scm.com/docs/gitattributes (2) https://git-scm.com/docs/gitignore Epic: GH-33 Blocks GH-48 Depends on GH-49 Resolves GH-35
1 parent 8093595 commit 329a754

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2017-present Sven Greb <[email protected]>
3+
#
4+
# Project: snowsaw
5+
# Repository: https://github.com/arcticicestudio/snowsaw
6+
# License: MIT
7+
# References:
8+
# https://git-scm.com/docs/gitattributes
9+
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion
10+
11+
# Automatically perform line feed (LF) normalization for files detected as text and
12+
# leave all files detected as binary untouched.
13+
* text=auto

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2017-present Sven Greb <[email protected]>
3+
#
4+
# Project: snowsaw
5+
# Repository: https://github.com/arcticicestudio/snowsaw
6+
# License: MIT

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License (MIT)
22

3-
Copyright (C) 2019-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)
4-
Copyright (C) 2019-present Sven Greb <[email protected]> (https://www.svengreb.de)
3+
Copyright (C) 2017-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)
4+
Copyright (C) 2017-present Sven Greb <[email protected]> (https://www.svengreb.de)
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)