diff options
author | romangraef <roman.graef@gmail.com> | 2018-04-27 20:38:55 +0200 |
---|---|---|
committer | romangraef <roman.graef@gmail.com> | 2018-04-27 20:38:55 +0200 |
commit | 09159438993ed445b9b8a04cb2b171cd5027308c (patch) | |
tree | d68a67e7a23ed56df9d066e97eada87b73526ff5 /.gitignore | |
download | fuckingselfbot-09159438993ed445b9b8a04cb2b171cd5027308c.tar.gz fuckingselfbot-09159438993ed445b9b8a04cb2b171cd5027308c.tar.bz2 fuckingselfbot-09159438993ed445b9b8a04cb2b171cd5027308c.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2365604 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +token.txt +venv/ |