Files
openproject/.dockerignore
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
629 B
Plaintext
Raw Normal View History

.github/
2015-11-27 17:24:15 +00:00
.git
.dockerignore
2023-07-31 10:30:56 +00:00
.gitignore
2015-11-27 17:24:15 +00:00
.bundle
.env*
2019-12-19 10:54:32 +00:00
.buildpacks
.*.yml
*.swp
2019-12-19 10:54:32 +00:00
.*ignore
*.md
*.log
config/database.yml
2023-07-31 10:30:56 +00:00
docker/prod/Dockerfile
docker/ci/Dockerfile
2019-12-19 10:54:32 +00:00
Guardfile
docker-compose.*
browserslist
2021-07-02 01:03:49 +01:00
2023-07-31 10:30:56 +00:00
/docs
!/docs/api/apiv3/openapi-spec.yml
!/docs/api/apiv3/paths
!/docs/api/apiv3/tags
!/docs/api/apiv3/components
2021-07-02 01:03:49 +01:00
2024-08-21 20:24:32 +02:00
# Ignore spec/** folders
spec/**
2024-08-19 13:40:26 +02:00
# Allow factories in case we use lookbook
2024-08-21 20:24:32 +02:00
!spec/factories
!spec/factories/**
2024-08-21 21:05:49 +02:00
!spec/support
!spec/support/**
2024-08-19 13:40:26 +02:00
2019-12-19 10:54:32 +00:00
extra
features
help
log/*.log
2023-07-31 10:30:56 +00:00
/tmp
frontend/.angular/cache
2015-11-27 17:24:15 +00:00
frontend/node_modules
node_modules
2015-11-27 17:24:15 +00:00
# travis
vendor/bundle
2024-05-13 08:58:52 +00:00
/public/assets
/config/frontend_assets.manifest.json