From e0e9e69a6965c0d0030b6c7c39a63941e4bf8515 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 5 Jan 2023 10:08:23 +0100 Subject: [PATCH] - fixed --- .gitignore | 74 +++--------------------------------------------------- 1 file changed, 3 insertions(+), 71 deletions(-) diff --git a/.gitignore b/.gitignore index d336a58..81599e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,72 +1,4 @@ -# Compiled source # -################### -*.bin -*.com -*.class -*.dll -*.exe -*.o -*.so -*.pyc - -# Packages # -############ -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods -*.7z -*.dmg -*.gz -*.iso +.idea *.jar -*.rar -*.tar -*.zip -*.tar.gz -*.tgz - -# Logs and databases # -###################### -*.log -*.sql -*.sqlite - -# OS generated files # -###################### -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db - -# Linux packages # -################## -*.deb -*.rpm - -# Ansible specific files # -########################## - -*.retry - -# Vim # -####### - -# swap -[._]*.s[a-v][a-z] -[._]*.sw[a-p] -[._]s[a-v][a-z] -[._]sw[a-p] - # session -Session.vim -# temporary -.netrwhist -# auto-generated tag files -tags - -# Vagrant # -########### - -.vagrant/ -*.box +*.class +*~ -- GitLab