From a125afd1b1544202abd4d3b158597a9d74f9ed98 Mon Sep 17 00:00:00 2001 From: Aileen Reichelt <reichelt@cl.uni-heidelberg.de> Date: Tue, 23 Jan 2024 16:46:00 +0100 Subject: [PATCH] Remove DD-GloVe from .gitignore --- DD-GloVe/.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 DD-GloVe/.gitignore diff --git a/DD-GloVe/.gitignore b/DD-GloVe/.gitignore new file mode 100755 index 0000000..8d489ef --- /dev/null +++ b/DD-GloVe/.gitignore @@ -0,0 +1,27 @@ +__pycache__/ + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# 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 +*.jar +*.rar +*.tar +*.zip + +.ipynb_checkpoints +.idea -- GitLab