mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
ci: Remove apps list from git
This commit is contained in:
parent
96a218b7d8
commit
3d664764d1
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +1,12 @@
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Custom Apps
|
||||||
|
# Custom apps should be set when the image is built
|
||||||
|
apps.json
|
||||||
|
apps-test-output.json
|
||||||
|
|
||||||
|
|
||||||
# mounted volume
|
# mounted volume
|
||||||
sites
|
sites
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue