Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
284 stars 135 forks source link

Adding sessions folder to gitignore #37

Closed abhidnya13 closed 4 years ago

abhidnya13 commented 4 years ago

Closes #36

The current environment I have is storing the session files in a folder called flask_session:

C:\Users\abpati\Desktop\AzureSamples\ms-identity-python-webapp>dir
 Volume in drive C is OSDisk
 Volume Serial Number is 9A8D-0B71

 Directory of C:\Users\abpati\Desktop\AzureSamples\ms-identity-python-webapp

06/24/2020  04:40 PM    <DIR>          .
06/24/2020  04:40 PM    <DIR>          ..
06/24/2020  04:40 PM             1,348 .gitignore
06/24/2020  04:40 PM    <DIR>          .idea
02/28/2020  03:44 PM             3,906 app.py
06/24/2020  04:37 PM    <DIR>          AppCreationScripts
05/11/2020  02:39 PM             1,396 app_config.py
02/18/2020  12:10 PM             1,579 app_config_b2c.py
09/03/2019  01:51 AM               453 CODE_OF_CONDUCT.md
09/03/2019  09:08 PM               851 config_auth_flow.json
05/11/2020  02:40 PM    <DIR>          flask_session
09/03/2019  01:51 AM             1,162 LICENSE
06/24/2020  04:37 PM             8,919 README.md
09/26/2019  02:24 PM    <DIR>          ReadmeFiles
11/08/2019  12:14 PM             7,653 README_B2C.md
06/24/2020  04:37 PM                64 requirements.txt
09/03/2019  01:51 AM             2,414 SECURITY.md
06/24/2020  04:37 PM    <DIR>          templates
05/11/2020  02:40 PM    <DIR>          __pycache__
              11 File(s)         29,745 bytes
               8 Dir(s)  261,901,119,488 bytes free

Session files reside in the flask_session folder on my machine at the moment, so I've added this folder to the .gitignore