From 07d1366825ef15241bd9f0728b64b55e0c5c8ebf Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Sun, 31 May 2020 14:42:37 +0300 Subject: [PATCH] Migrate to VSCode --- .gitattributes | 8 ++++++++ .gitignore | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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