Skip to content

Commit 5a9227d

Browse files
committed
Config GIT
1 parent f9e6dab commit 5a9227d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# FROM : https://help.github.com/articles/dealing-with-line-endings
2+
# Set default behaviour, in case users don't have core.autocrlf set.
3+
#* text=auto
4+
5+
# Text eol to lf force on every host
6+
* eol=lf

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Setting up GIt to ignore the indexing of these files and directories.
2+
# Keep this file clean, add only files and folders directly pertinent to the project.
3+
# DO NOT add the local environment files, like OS temp files or IDE files.
4+
# For local environment files use global ignore.

0 commit comments

Comments
 (0)