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 | |
parent | e4935f56341c0ceb613a37d01a979e18ec21e85d (diff) |
move fossil ignore glob to gitignore
-rw-r--r-- | .gitignore (renamed from .fossil-settings/ignore-glob) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.fossil-settings/ignore-glob b/.gitignore index c2757ed..b6712a3 100644 --- a/.fossil-settings/ignore-glob +++ b/.gitignore @@ -5,3 +5,5 @@ venv/* build/* dist/* apioforum.egg-info/* +push.sh +.env |