Update gitignore after repo split
This commit is contained in:
parent
f391deaf01
commit
aadb331616
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -7,18 +7,19 @@
|
||||||
|
|
||||||
# Python files
|
# Python files
|
||||||
venv/
|
venv/
|
||||||
|
.venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
|
||||||
# Github authentication files
|
# Github authentication files
|
||||||
/tools/.github_*
|
.github_*
|
||||||
|
|
||||||
# yunohost specific cache/output dirs
|
# yunohost specific cache/output dirs
|
||||||
.apps_cache
|
.apps_cache
|
||||||
builds*
|
builds*
|
||||||
|
|
||||||
# Static assets
|
# Static assets
|
||||||
tools/app_generator/static
|
app_generator/static
|
||||||
|
|
||||||
# local debuggings
|
# local debuggings
|
||||||
package_linter/
|
package_linter/
|
||||||
|
|
Loading…
Reference in a new issue