We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e6dab commit 5a9227dCopy full SHA for 5a9227d
.gitattributes
@@ -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
@@ -0,0 +1,4 @@
+# Setting up GIt to ignore the indexing of these files and directories.
+# Keep this file clean, add only files and folders directly pertinent to the project.
+# DO NOT add the local environment files, like OS temp files or IDE files.
+# For local environment files use global ignore.
0 commit comments