From 02e358c3f5611fe036c01d4243c5adae6de4b611 Mon Sep 17 00:00:00 2001 From: jojo Date: Sat, 6 Jul 2024 17:33:37 +0200 Subject: [PATCH] .gitignore --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.gitignore b/.gitignore index 4c49bd7..9b3ba6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,41 @@ .env +.docker +# Created by https://www.toptal.com/developers/gitignore/api/archives +# Edit at https://www.toptal.com/developers/gitignore?templates=archives + +### Archives ### +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. +*.7z +*.jar +*.rar +*.zip +*.gz +*.gzip +*.tgz +*.bzip +*.bzip2 +*.bz2 +*.xz +*.lzma +*.cab +*.xar + +# Packing-only formats +*.iso +*.tar + +# Package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm +*.msi +*.msm +*.msp +*.txz + +# End of https://www.toptal.com/developers/gitignore/api/archives +