update .gitignore

* add MacOS / OSX files
* ad VS code files
* removed outdated paths
This commit is contained in:
Kasper D. Fischer 2021-10-16 11:53:33 +02:00
parent 601e92e42e
commit 844f77e8e8

47
.gitignore vendored
View File

@ -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