From 844f77e8e89a572b57953e8a05bd61c9a52f7b24 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Sat, 16 Oct 2021 11:53:33 +0200 Subject: [PATCH] update .gitignore * add MacOS / OSX files * ad VS code files * removed outdated paths --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a1760d5..6acdd86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,44 @@ -/events.xml -/geolocation.js +## Visual Studio Code +# Visual Studio Code files +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +## MacOS / OSX +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +## Project Files wsgi/.idea www/dlsv www/event.xml @@ -7,9 +46,5 @@ www/events.xml www/geolocation.js www/geolocationTable.js www/stations.xml - -.vscode/settings.json - www/index.html - www/favicon.ico