diff options
author | Jesús <heckyel@hyperbola.info> | 2021-11-09 18:20:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-11-09 18:20:40 -0500 |
commit | 1e520729865883326ea52d8878c620979af74673 (patch) | |
tree | 071be2db0948d8c561ef516d7ed838fe3b52b5f0 /.gitignore | |
download | simple-1e520729865883326ea52d8878c620979af74673.tar.lz simple-1e520729865883326ea52d8878c620979af74673.tar.xz simple-1e520729865883326ea52d8878c620979af74673.zip |
initial import
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ed0906 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist/ +env/ +venv/ |