From 5488bdaf7243b7c5d710d9e630daa9dd7750b8a5 Mon Sep 17 00:00:00 2001 From: ferk6a <fer@k6a.dev> Date: Sat, 14 Dec 2024 10:18:29 -0300 Subject: [PATCH] Adiciona gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d4bbdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Ignore all +* +# Unignore all with extensions +!*.* +*.class +# Unignore all dirs +!*/ +!blem + +# LaTeX auxiliary files +*.dvi +*.ps +*.aux +*.log +*.out + +# Build output +artifacts/ +svg-inkscape/ +en.pdf +br.pdf +*.html +*.json +*.gen.* +contest.br.pdf +info.br.pdf + +*.un~ -- GitLab