This website works better with JavaScript.
Explore
Help
Sign In
playground
/
flask
mirror of
https://github.com/mitsuhiko/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2467
Commits
4
Branches
26
Tags
14 MiB
Tree:
1ffd07ff5a
0.12-maintenance
1.0-maintenance
master
rtd
0.1
0.10
0.10.1
0.11
0.11.1
0.12
0.12.1
0.12.2
0.12.3
0.12.4
0.2
0.3
0.3.1
0.4
0.5
0.6
0.6.1
0.7
0.7.1
0.7.2
0.8
0.8.1
0.9
1.0
1.0.1
1.0.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1ffd07ff5a'
${ noResults }
flask
/
.gitignore
14 lines
92 B
Raw
Normal View
History
Unescape
Escape
Initial checkin of stuff that exists so far.
15 years ago
.DS_Store
*.pyc
*.pyo
env
Restored 2.5 compatibility and actual fix for the json problem
15 years ago
env*
ignore dist folder
15 years ago
dist
Ignore build folder
9 years ago
build
Restored 2.5 compatibility and actual fix for the json problem
15 years ago
*.egg
Started working on documentation. So far just the stable parts :)
15 years ago
*.egg-info
Add leftovers from website branch to gitignore
15 years ago
_mailinglist
Added a tox-test command that runs Flask tests with tox
15 years ago
.tox
Add .cache dir to gitignore I think this could be handy and potentially minimise the risk anyone commits it to the project. ``` flask - (master) $ tree .cache/ .cache/ └── v └── cache └── lastfailed ```
9 years ago
.cache/
ignore pycharm config
9 years ago
.idea/