diff options
author | ubq323 <ubq323@ubq323.website> | 2022-01-12 16:39:10 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-01-12 16:44:02 +0000 |
commit | 06bf507f13ec3891d5a567c64d1c02c970902109 (patch) | |
tree | 87f0cf7e41ef27ae49a634663e89ea523c243476 /.gitignore | |
parent | e4935f56341c0ceb613a37d01a979e18ec21e85d (diff) |
move fossil ignore glob to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6712a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +instance/* +venv/* +*.db +*.py[cod] +build/* +dist/* +apioforum.egg-info/* +push.sh +.env |