1234567891011121314151617181920212223 |
- node_modules/**
- collected-static/**
- collected-static
- *copy
- __pycache__
- media/**
- *.pyc
- *.o
- *.a
- *.so
- *.exe
- *.prof
- *.swp
- .bundle
- .vagrant
- .envrc
- index.html
- junitresults.xml
- generatedJUnitFiles/**
- .mypy_cache/**
- .git/*
- collected-static/**
- ff/static/dist/**
|