From 6ce9e62a609ebeb7119c48f63dc0bb1ef2813594 Mon Sep 17 00:00:00 2001 From: Tyler Krys Date: Wed, 20 Sep 2023 16:45:02 -0700 Subject: [PATCH] Clean up .gitignore --- .gitignore | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/.gitignore b/.gitignore index 59590a43..9daa8247 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1,2 @@ -# Compiled source # -################### -*.com -*.class -*.dll -*.exe -*.o -*.so - -# 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 - -# Logs and databases # -###################### -*.log -*.sql -*.sqlite - -# OS generated files # -###################### .DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db - -# Fonts -MyriadWebPro.* +node_modules