1234567891011121314151617181920212223 |
- .DS_Store
- *.pyc
- *.log
- *.swp
- *.retry
- .env
- .idea
- .vscode
- *~
- /logs
- /data
- .~*
- common/CACHE
- bakerydemo/settings/local.py
- bakerydemodb
- node_modules
- venv
- .venv
- __pycache__
- .vagrant/
- /.vagrant/
- /Vagrantfile.local
- !.gitignore
|