feat: use allowlist based .dockerignore
This commit is contained in:
parent
bb0dbfb509
commit
419eec2baa
|
@ -1,70 +1,12 @@
|
||||||
### OSX ###
|
# Exclude everything and allow only the necessary files
|
||||||
.DS_Store
|
*
|
||||||
.AppleDouble
|
!/compose/
|
||||||
.LSOverride
|
!/config/
|
||||||
|
!/funkwhale_api/
|
||||||
|
!/manage.py
|
||||||
|
!/poetry.lock
|
||||||
|
!/pyproject.toml
|
||||||
|
|
||||||
### SublimeText ###
|
# Python
|
||||||
# cache files for sublime text
|
|
||||||
*.tmlanguage.cache
|
|
||||||
*.tmPreferences.cache
|
|
||||||
*.stTheme.cache
|
|
||||||
|
|
||||||
# workspace files are user-specific
|
|
||||||
*.sublime-workspace
|
|
||||||
|
|
||||||
# project files should be checked into the repository, unless a significant
|
|
||||||
# proportion of contributors will probably not be using SublimeText
|
|
||||||
# *.sublime-project
|
|
||||||
|
|
||||||
# sftp configuration file
|
|
||||||
sftp-config.json
|
|
||||||
|
|
||||||
# Basics
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
pip-log.txt
|
|
||||||
|
|
||||||
# Unit test / coverage reports
|
|
||||||
.coverage
|
|
||||||
.tox
|
|
||||||
nosetests.xml
|
|
||||||
htmlcov
|
|
||||||
|
|
||||||
# Translations
|
|
||||||
*.mo
|
|
||||||
*.pot
|
|
||||||
|
|
||||||
# Pycharm
|
|
||||||
.idea
|
|
||||||
|
|
||||||
# Vim
|
|
||||||
|
|
||||||
*~
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
|
|
||||||
# npm
|
|
||||||
front/node_modules/
|
|
||||||
|
|
||||||
# Compass
|
|
||||||
.sass-cache
|
|
||||||
|
|
||||||
# virtual environments
|
|
||||||
.env
|
|
||||||
|
|
||||||
# User-uploaded media
|
|
||||||
funkwhale_api/media/
|
|
||||||
|
|
||||||
# Hitch directory
|
|
||||||
tests/.hitch
|
|
||||||
|
|
||||||
# MailHog binary
|
|
||||||
mailhog
|
|
||||||
|
|
||||||
*.sqlite3
|
|
||||||
music
|
|
||||||
media
|
|
||||||
data
|
|
||||||
|
|
Loading…
Reference in New Issue