1
0
Fork 0
pixelfed/.dockerignore

21 lines
322 B
Plaintext
Raw Normal View History

2024-02-22 14:32:50 +00:00
.DS_Store
/.composer/
/.env
/.git
/.gitconfig
/.gitignore
/bootstrap/cache
2024-01-06 18:01:48 +00:00
/docker-compose-state/
2024-02-22 14:32:50 +00:00
/node_modules
/npm-debug.log
/public/storage
/public/vendor/horizon
/storage/*.key
/storage/docker
/vendor
/yarn-error.log
# exceptions - these *MUST* be last
!/bootstrap/cache/.gitignore
!/public/vendor/horizon/.gitignore