.gitignore 159 B

1234567891011121314
  1. node_modules/
  2. __pycache__/
  3. Authorization/
  4. authorization.txt
  5. authorization.json
  6. db.sqlite3
  7. .idea/
  8. delete.py
  9. *.xlsx
  10. logs/
  11. bfg.jar
  12. error.log
  13. server.log
  14. /.history/