mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
21 lines
322 B
Text
21 lines
322 B
Text
.DS_Store
|
|
/.composer/
|
|
/.env
|
|
/.git
|
|
/.gitconfig
|
|
/.gitignore
|
|
/bootstrap/cache
|
|
/docker-compose-state/
|
|
/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
|