update .gitignore
* add MacOS / OSX files * ad VS code files * removed outdated paths
This commit is contained in:
parent
601e92e42e
commit
844f77e8e8
47
.gitignore
vendored
47
.gitignore
vendored
@ -1,5 +1,44 @@
|
|||||||
/events.xml
|
## Visual Studio Code
|
||||||
/geolocation.js
|
# 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
|
wsgi/.idea
|
||||||
www/dlsv
|
www/dlsv
|
||||||
www/event.xml
|
www/event.xml
|
||||||
@ -7,9 +46,5 @@ www/events.xml
|
|||||||
www/geolocation.js
|
www/geolocation.js
|
||||||
www/geolocationTable.js
|
www/geolocationTable.js
|
||||||
www/stations.xml
|
www/stations.xml
|
||||||
|
|
||||||
.vscode/settings.json
|
|
||||||
|
|
||||||
www/index.html
|
www/index.html
|
||||||
|
|
||||||
www/favicon.ico
|
www/favicon.ico
|
||||||
|
Loading…
Reference in New Issue
Block a user