57 lines
875 B
Plaintext
57 lines
875 B
Plaintext
## 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
|
|
|
|
## Vagrant
|
|
.vagrant/
|
|
|
|
# Log files (if you are creating logs in debug mode, uncomment this)
|
|
# *.log
|
|
|
|
## Project Files
|
|
wsgi/.idea
|
|
www/dlsv
|
|
www/stations.xml
|
|
www/index.html
|
|
www/data/events.xml
|
|
www/data/geolocation.js
|
|
scripts/*.json
|
|
scripts/*.xml
|
|
|