diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d18c649 --- /dev/null +++ b/.gitignore @@ -0,0 +1,112 @@ + +# Created by https://www.gitignore.io/api/python +# Edit at https://www.gitignore.io/?templates=python + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# pyenv +.python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# End of https://www.gitignore.io/api/python +.idea/workspace.xml +.idea/misc.xml diff --git a/.idea/desktop.ini b/.idea/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/.idea/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4774420..7db2e3a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,14 +1,4 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index c3db639..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,980 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1468601286304 - - - 1468601830048 - - - 1468615146000 - - - 1468846854169 - - - 1468851958078 - - - 1468857574893 - - - 1468920730963 - - - 1468931846215 - - - 1468937365815 - - - 1468942668588 - - - 1469455841159 - - - 1469612785659 - - - 1469707042657 - - - 1469709932045 - - - 1469773842272 - - - 1469947666989 - - - 1469949063052 - - - 1469949212580 - - - 1469949291642 - - - 1469949345930 - - - 1469949898250 - - - 1469949973378 - - - 1469949985021 - - - 1469950219441 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - file://$PROJECT_DIR$/package/appointment.py - 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..e0aaa3e --- /dev/null +++ b/.whitesource @@ -0,0 +1,8 @@ +{ + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..8001d1a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn app:app \ No newline at end of file diff --git a/desktop.ini b/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/package/desktop.ini b/package/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/package/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..283e130 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +gunicorn \ No newline at end of file diff --git a/static/app/css/desktop.ini b/static/app/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/app/desktop.ini b/static/app/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/app/documentation/desktop.ini b/static/app/documentation/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/documentation/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/app/i18n/desktop.ini b/static/app/i18n/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/i18n/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/app/img/desktop.ini b/static/app/img/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/img/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/app/img/user/desktop.ini b/static/app/img/user/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/img/user/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/app/js/desktop.ini b/static/app/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/app/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/desktop.ini b/static/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/js/desktop.ini b/static/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/js/lib/desktop.ini b/static/js/lib/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/js/lib/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/animate.css/desktop.ini b/static/vendor/animate.css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/animate.css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/animo.js/desktop.ini b/static/vendor/animo.js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/animo.js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/bootstrap/desktop.ini b/static/vendor/bootstrap/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/bootstrap/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/bootstrap/dist/css/desktop.ini b/static/vendor/bootstrap/dist/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/bootstrap/dist/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/bootstrap/dist/desktop.ini b/static/vendor/bootstrap/dist/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/bootstrap/dist/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/bootstrap/dist/js/desktop.ini b/static/vendor/bootstrap/dist/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/bootstrap/dist/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/dataTables.fontAwesome/desktop.ini b/static/vendor/dataTables.fontAwesome/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/dataTables.fontAwesome/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables-colvis/css/desktop.ini b/static/vendor/datatables-colvis/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables-colvis/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables-colvis/desktop.ini b/static/vendor/datatables-colvis/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables-colvis/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables-colvis/js/desktop.ini b/static/vendor/datatables-colvis/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables-colvis/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables/desktop.ini b/static/vendor/datatables/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables/media/css/desktop.ini b/static/vendor/datatables/media/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables/media/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables/media/desktop.ini b/static/vendor/datatables/media/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables/media/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables/media/images/desktop.ini b/static/vendor/datatables/media/images/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables/media/images/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datatables/media/js/desktop.ini b/static/vendor/datatables/media/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datatables/media/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datepicker/build/css/desktop.ini b/static/vendor/datepicker/build/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datepicker/build/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datepicker/build/desktop.ini b/static/vendor/datepicker/build/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datepicker/build/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datepicker/build/js/desktop.ini b/static/vendor/datepicker/build/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datepicker/build/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/datepicker/desktop.ini b/static/vendor/datepicker/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/datepicker/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/desktop.ini b/static/vendor/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/fontawesome/css/desktop.ini b/static/vendor/fontawesome/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/fontawesome/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/fontawesome/desktop.ini b/static/vendor/fontawesome/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/fontawesome/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/fontawesome/fonts/desktop.ini b/static/vendor/fontawesome/fonts/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/fontawesome/fonts/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jQuery-Storage-API/desktop.ini b/static/vendor/jQuery-Storage-API/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jQuery-Storage-API/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jquery-localize-i18n/desktop.ini b/static/vendor/jquery-localize-i18n/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jquery-localize-i18n/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jquery-localize-i18n/dist/desktop.ini b/static/vendor/jquery-localize-i18n/dist/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jquery-localize-i18n/dist/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jquery.easing/desktop.ini b/static/vendor/jquery.easing/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jquery.easing/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jquery.easing/js/desktop.ini b/static/vendor/jquery.easing/js/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jquery.easing/js/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jquery/desktop.ini b/static/vendor/jquery/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jquery/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/jquery/dist/desktop.ini b/static/vendor/jquery/dist/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/jquery/dist/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/modernizr/desktop.ini b/static/vendor/modernizr/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/modernizr/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/moment/desktop.ini b/static/vendor/moment/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/moment/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/parsley/desktop.ini b/static/vendor/parsley/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/parsley/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/serialize/desktop.ini b/static/vendor/serialize/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/serialize/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/simple-line-icons/css/desktop.ini b/static/vendor/simple-line-icons/css/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/simple-line-icons/css/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/simple-line-icons/desktop.ini b/static/vendor/simple-line-icons/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/simple-line-icons/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/simple-line-icons/fonts/desktop.ini b/static/vendor/simple-line-icons/fonts/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/simple-line-icons/fonts/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/sweetalert/desktop.ini b/static/vendor/sweetalert/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/sweetalert/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/sweetalert/dist/desktop.ini b/static/vendor/sweetalert/dist/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/sweetalert/dist/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/whirl/desktop.ini b/static/vendor/whirl/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/whirl/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/static/vendor/whirl/dist/desktop.ini b/static/vendor/whirl/dist/desktop.ini deleted file mode 100644 index 309dea2..0000000 --- a/static/vendor/whirl/dist/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=This folder is shared online. -IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file