diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b9f002 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.sql text +*.php text +*.inc text +*.js text +*.md text +*.php.dist text \ No newline at end of file diff --git a/.gitignore b/.gitignore index 986544f..b925302 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *.swp -.idea \ No newline at end of file +.vscode \ No newline at end of file