Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
/.buildpath
/.project
/.settings/
query.log
.idea/
*.iml
src/files/*
!src/files/.htaccess
/ci/db-backups/
.vs/
*.phpproj
*.sln
*.phpproj.user
*.lock*

# the public keys for oauth
jwks.json

# dynamically created by installer
src/install/.htaccess

# for docker stuff
.env

# for composer stuff
vendor

# For python cache files
__pycache__
.pytest_cache

site/
.phpunit.result.cache
Loading