diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-25 12:24:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 12:24:35 +0200 |
commit | 746dd870b24ce2705dd37ace7dbc8a4077d952bd (patch) | |
tree | 9abddc05ec36399a18feaee47d564cdd7ae7d270 /.gitignore | |
parent | gui folder (diff) | |
parent | Merge branch 'main' into fix/poe_account_creation (diff) | |
download | gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.tar gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.tar.gz gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.tar.bz2 gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.tar.lz gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.tar.xz gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.tar.zst gpt4free-746dd870b24ce2705dd37ace7dbc8a4077d952bd.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..300ad223 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml + +.idea/ + +*/__pycache__/ + +*.log + +cookie.json |