This website requires JavaScript.
Explore
Help
Sign in
elia
/
shortenit
Watch
1
Star
0
Fork
You've already forked shortenit
0
Code
Issues
5
Pull requests
Releases
Packages
Wiki
Activity
6800c90936
shortenit
/
.gitignore
13 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
chore(): Adds Sphinx to the mix * Adds Sphinx to the dependency list * Generates Sphinx related configuration * Created Sphinx related docs
2024-11-30 10:50:55 +00:00
#Python
Committing initial draft of shortenit
2019-09-30 22:39:11 +00:00
.eggs/
*.egg-info
__pycache__/
Migrated the ID generation system for security reasons. We have a new ID generator. This should make it hard to guess other user's IDs. This is configurable.
2019-10-13 14:19:32 +00:00
.mypy*/
chore(): Adds Sphinx to the mix * Adds Sphinx to the dependency list * Generates Sphinx related configuration * Created Sphinx related docs
2024-11-30 10:50:55 +00:00
# Sphinx
build/
# IDE
Migrated the ID generation system for security reasons. We have a new ID generator. This should make it hard to guess other user's IDs. This is configurable.
2019-10-13 14:19:32 +00:00
.vscode/
chore(#5): Migration to SQLAlchemy * Introduces models to map objects in the database * Refactoring and cleanup of old code * Updates configuration file * Updates README.md * Updates .gitignore
2024-12-18 00:38:31 +00:00
*.db
Reference in a new issue
Copy permalink