From 6a48bcb86a333d6cb7ec15bb4adf0f486220834b Mon Sep 17 00:00:00 2001 From: PomPom Date: Tue, 29 Mar 2022 10:54:14 +0200 Subject: [PATCH] remove git files --- .gitattributes | 10 ---------- .gitignore | 15 --------------- 2 files changed, 25 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 510d996..0000000 --- a/.gitattributes +++ /dev/null @@ -1,10 +0,0 @@ -* text=auto - -*.blade.php diff=html -*.css diff=css -*.html diff=html -*.md diff=markdown -*.php diff=php - -/.github export-ignore -CHANGELOG.md export-ignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eb003b0..0000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/node_modules -/public/hot -/public/storage -/storage/*.key -/vendor -.env -.env.backup -.phpunit.result.cache -docker-compose.override.yml -Homestead.json -Homestead.yaml -npm-debug.log -yarn-error.log -/.idea -/.vscode