pull/5/head
Lasse Edfast 5 years ago
parent 3ed08d7dfa
commit 320b54abf6
  1. 1
      .gitignore
  2. 1
      facebook/.dockerignore
  3. BIN
      facebook/__pycache__/config.cpython-38.pyc
  4. 4
      workspace.code-workspace

1
.gitignore vendored

@ -7,3 +7,4 @@
/facebook/test.py
/data/*
*.html
*.code-workspace

@ -9,3 +9,4 @@
*.html
/__pycache__
/README.md
*.code-workspace

@ -5,9 +5,11 @@
},
{
"path": "facebook"
},
{
"path": "db-backup"
}
],
"settings": {
"python.pythonPath": "/Users/Lasse/.pyenv/shims/python"
}
}
Loading…
Cancel
Save