From ae0a04c5e5e3acb00387944ffa504db20eac369e Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Sat, 5 Oct 2024 10:42:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20.gitignore=20and=20.distig?= =?UTF-8?q?nore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .distignore | 3 +++ .gitignore | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .distignore create mode 100644 .gitignore diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..0af2fcf --- /dev/null +++ b/.distignore @@ -0,0 +1,3 @@ +composer.json +composer.lock +phpstan.neon.dist diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d1568c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +.vscode +*.map +*.css +*.min.js +build +node_modules +vendor